From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id OP5eFT/7dGGhPAEAgWs5BA (envelope-from ) for ; Sun, 24 Oct 2021 08:20:47 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id kDYKET/7dGHQJwAAB5/wlQ (envelope-from ) for ; Sun, 24 Oct 2021 06:20:47 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id ED4452A00C for ; Sun, 24 Oct 2021 08:20:37 +0200 (CEST) Received: from localhost ([::1]:47406 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1meWs1-0006bs-1R for larch@yhetil.org; Sun, 24 Oct 2021 02:20:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54622) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1meWrT-0006bk-3m for guix-patches@gnu.org; Sun, 24 Oct 2021 02:20:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54411) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1meWrS-0001TA-PT for guix-patches@gnu.org; Sun, 24 Oct 2021 02:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1meWrS-00018g-Kg for guix-patches@gnu.org; Sun, 24 Oct 2021 02:20:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51305] [PATCH 0/4] More julia packages Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 24 Oct 2021 06:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51305 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: zimoun Cc: 51305@debbugs.gnu.org Received: via spool by 51305-submit@debbugs.gnu.org id=B51305.16350563574310 (code B ref 51305); Sun, 24 Oct 2021 06:20:02 +0000 Received: (at 51305) by debbugs.gnu.org; 24 Oct 2021 06:19:17 +0000 Received: from localhost ([127.0.0.1]:37723 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meWqj-00017S-F3 for submit@debbugs.gnu.org; Sun, 24 Oct 2021 02:19:17 -0400 Received: from flashner.co.il ([178.62.234.194]:40680) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meWqh-000178-Cs for 51305@debbugs.gnu.org; Sun, 24 Oct 2021 02:19:15 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 067B640422; Sun, 24 Oct 2021 06:19:07 +0000 (UTC) Date: Sun, 24 Oct 2021 09:16:17 +0300 From: Efraim Flashner Message-ID: Mail-Followup-To: Efraim Flashner , zimoun , 51305@debbugs.gnu.org References: <86o87ilef0.fsf_-_@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="BvswqK7kA9hPDOI9" Content-Disposition: inline In-Reply-To: <86o87ilef0.fsf_-_@gmail.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: 0.00 Authentication-Results: aspmx1.migadu.com; none X-Migadu-Queue-Id: ED4452A00C X-Spam-Score: 0.00 X-Migadu-Scanner: scn0.migadu.com X-TUID: yhRo0Gy/RLNh --BvswqK7kA9hPDOI9 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 21, 2021 at 03:01:55PM +0200, zimoun wrote: > Hi, >=20 > On mer., 20 oct. 2021 at 15:51, Efraim Flashner w= rote: > > * gnu/packages/julia-jll.scm (julia-gr-jll): New variable. > > --- > > gnu/packages/julia-jll.scm | 50 ++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 50 insertions(+) >=20 > LGTM, except... >=20 > > + (inputs > > + `(("gr-framework" ,gr-framework))) > > + (propagated-inputs > > + `(("julia-jllwrappers" ,julia-jllwrappers) > > + ("julia-bzip2-jll" ,julia-bzip2-jll) > > + ("julia-cairo-jll" ,julia-cairo-jll) > > + ("julia-ffmpeg-jll" ,julia-ffmpeg-jll) > > + ("julia-fontconfig-jll" ,julia-fontconfig-jll) > > + ("julia-glfw-jll" ,julia-glfw-jll) > > + ("julia-jpegturbo-jll" ,julia-jpegturbo-jll) > > + ("julia-libpng-jll" ,julia-libpng-jll) > > + ("julia-libtiff-jll" ,julia-libtiff-jll) > > + ("julia-pixman-jll" ,julia-pixman-jll) > > + ("julia-qt5base-jll" ,julia-qt5base-jll) > > + ("julia-zlib-jll" ,julia-zlib-jll))) >=20 > ...is it possible to alphabetically sort? I find easier for maintenance > later. WDYT? the julia-jllwrappers are intentionally at the top of the list because then all the package jll packages are grouped together. --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --BvswqK7kA9hPDOI9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmF0+jEACgkQQarn3Mo9 g1EkyhAAve+mTxRM1nMq/AYm7q1X8KKjUgbHyrzbqfOjrI71NAqTW5Boma6bTwW9 G88fFnoDmFk405qlA896Nk2KzAi7ZnpCroKqLFBfBUtvZBuBwt/RFbgU9S6IEndE LFQvwGzF8za//1DEKk2rdCL9l24q7nZw0MCtmk/IogyE74/BBFZtISasBC+C7HYE /FXgD6C1VOJwTLo+gEs6GH7WtgPaecAvPrvv2K3bHV09aqL34oPK1Q5xpZ+MWJQ8 jTSJcH2ID/wLaE5NAZldwoTHMaHWzSXEjaVTjen1KesTxHqiw5XYSl3WNZg5kf+7 qm2qRNzBNJHruQhRBlcElBxh9uh9BZjY+KRbRgWRimzTw1eACXUhMmo+a0BSIZeb ZCWLSvk4PZOWA/yVDGdGPqGFW/fnay2N+cl+GXaL8AbOmiSZojaZrZiVnHHOJbpG aogULU+FIkjQTz3d9UlBkWkIY+TLI29A75vPHbqCEe1+Zd+gr0sPJd2Y5xpB3u5S TOM04B6e2OrM3TE5YgAxN7Gl4k6yRwrv+6qBLphYfKycXaVyLLzg+MGtOFXoCs4M SF1Qda4CsaOMfM/nZ6F6TVPa5voeg5Sjt7EhRGj5/mWs7hCyK6Q4LhG0A6FPkMfQ INAat8YvnvHqetpDSlJWRGa1wkkCgyc/AESdYTRySxPxqpnCkrY= =eLhZ -----END PGP SIGNATURE----- --BvswqK7kA9hPDOI9--