[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51305] [PATCH 0/4] More julia packages
From: |
Efraim Flashner |
Subject: |
[bug#51305] [PATCH 0/4] More julia packages |
Date: |
Sun, 24 Oct 2021 09:16:17 +0300 |
On Thu, Oct 21, 2021 at 03:01:55PM +0200, zimoun wrote:
> Hi,
>
> On mer., 20 oct. 2021 at 15:51, Efraim Flashner <efraim@flashner.co.il> wrote:
> > * gnu/packages/julia-jll.scm (julia-gr-jll): New variable.
> > ---
> > gnu/packages/julia-jll.scm | 50 ++++++++++++++++++++++++++++++++++++++
> > 1 file changed, 50 insertions(+)
>
> LGTM, except...
>
> > + (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)))
>
> ...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.
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
signature.asc
Description: PGP signature
[bug#51305] [PATCH 2/4] gnu: Add julia-gr., Efraim Flashner, 2021/10/20
[bug#51305] [PATCH 3/4] gnu: Add julia-geometrybasics., Efraim Flashner, 2021/10/20
[bug#51305] [PATCH 4/4] gnu: Add julia-infinity., Efraim Flashner, 2021/10/20
[bug#51305] [PATCH 0/4] More julia packages, zimoun, 2021/10/21