From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 20 08:49:50 2021 Received: (at submit) by debbugs.gnu.org; 20 Oct 2021 12:49:50 +0000 Received: from localhost ([127.0.0.1]:52975 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdB2U-0008DQ-4d for submit@debbugs.gnu.org; Wed, 20 Oct 2021 08:49:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:44974) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdB2S-0008DI-8q for submit@debbugs.gnu.org; Wed, 20 Oct 2021 08:49:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52824) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdB2R-0007jH-VE for guix-patches@gnu.org; Wed, 20 Oct 2021 08:49:47 -0400 Received: from flashner.co.il ([178.62.234.194]:44972) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdB2O-0006mX-Gc for guix-patches@gnu.org; Wed, 20 Oct 2021 08:49:46 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 5D80B4004A; Wed, 20 Oct 2021 12:49:11 +0000 (UTC) From: Efraim Flashner To: guix-patches@gnu.org Subject: [PATCH 0/4] More julia packages Date: Wed, 20 Oct 2021 15:48:34 +0300 Message-Id: X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.62.234.194; envelope-from=efraim@flashner.co.il; helo=flashner.co.il X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) I figured out where earcut is from finally and I'm skipping it for now. The package providing libearcut.so is from Julia's Yggdrasil itself so I'm not sure about it. TimeZones.jl is rough, I need to figure out how to generate portions of it from our tzdata package. Efraim Flashner (4): gnu: Add julia-gr-jll. gnu: Add julia-gr. gnu: Add julia-geometrybasics. gnu: Add julia-infinity. gnu/packages/julia-jll.scm | 50 +++++++++++++++++++ gnu/packages/julia-xyz.scm | 100 +++++++++++++++++++++++++++++++++++++ 2 files changed, 150 insertions(+) base-commit: 19d3cfec72720a4a1339be3d14f4d88ae5bd59f4 -- 2.33.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 20 08:51:45 2021 Received: (at 51305) by debbugs.gnu.org; 20 Oct 2021 12:51:45 +0000 Received: from localhost ([127.0.0.1]:52981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdB4L-0008Gz-Fg for submit@debbugs.gnu.org; Wed, 20 Oct 2021 08:51:45 -0400 Received: from flashner.co.il ([178.62.234.194]:55046) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdB4J-0008Gm-IE for 51305@debbugs.gnu.org; Wed, 20 Oct 2021 08:51:43 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 7EA884004A; Wed, 20 Oct 2021 12:51:37 +0000 (UTC) From: Efraim Flashner To: 51305@debbugs.gnu.org Subject: [PATCH 1/4] gnu: Add julia-gr-jll. Date: Wed, 20 Oct 2021 15:51:01 +0300 Message-Id: X-Mailer: git-send-email 2.33.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51305 Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/julia-jll.scm (julia-gr-jll): New variable. --- gnu/packages/julia-jll.scm | 50 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/gnu/packages/julia-jll.scm b/gnu/packages/julia-jll.scm index d3677d0a33..51643819ae 100644 --- a/gnu/packages/julia-jll.scm +++ b/gnu/packages/julia-jll.scm @@ -36,6 +36,7 @@ (define-module (gnu packages julia-jll) #:use-module (gnu packages gl) #:use-module (gnu packages glib) #:use-module (gnu packages gnupg) + #:use-module (gnu packages graphics) #:use-module (gnu packages gtk) #:use-module (gnu packages image) #:use-module (gnu packages imagemagick) @@ -522,6 +523,55 @@ (define-public julia-glib-jll (description "This package provides a wrapper for the glib library.") (license license:expat))) +(define-public julia-gr-jll + (package + (name "julia-gr-jll") + (version "0.58.1+0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/JuliaBinaryWrappers/GR_jll.jl") + (commit (string-append "GR-v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "16m22n0wh86v3lh0im2pc9bg381djbmqji5hjx42j6aaz634gqiq")))) + (build-system julia-build-system) + (arguments + '(#:tests? #f ; no runtests + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'override-binary-path + (lambda* (#:key inputs #:allow-other-keys) + (map + (lambda (wrapper) + (substitute* wrapper + (("generate_wrapper_header.*") + (string-append + "generate_wrapper_header(\"GR\", \"" + (assoc-ref inputs "gr-framework") "\")\n")))) + ;; There's a Julia file for each platform, override them all + (find-files "src/wrappers/" "\\.jl$"))))))) + (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))) + (home-page "https://github.com/JuliaBinaryWrappers/GR_jll.jl") + (synopsis "GR framework library wrappers") + (description "This package provides a wrapper for the GR framework.") + (license license:expat))) + (define-public julia-gumbo-jll (package (name "julia-gumbo-jll") -- 2.33.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 20 08:52:38 2021 Received: (at 51305) by debbugs.gnu.org; 20 Oct 2021 12:52:38 +0000 Received: from localhost ([127.0.0.1]:52985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdB5B-0008IR-R9 for submit@debbugs.gnu.org; Wed, 20 Oct 2021 08:52:38 -0400 Received: from flashner.co.il ([178.62.234.194]:55050) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdB5A-0008IE-L9 for 51305@debbugs.gnu.org; Wed, 20 Oct 2021 08:52:36 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id BE7914004A; Wed, 20 Oct 2021 12:52:30 +0000 (UTC) From: Efraim Flashner To: 51305@debbugs.gnu.org Subject: [PATCH 2/4] gnu: Add julia-gr. Date: Wed, 20 Oct 2021 15:51:02 +0300 Message-Id: X-Mailer: git-send-email 2.33.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51305 Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/julia-xyz.scm (julia-gr): New variable. --- gnu/packages/julia-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 58f58f36ec..1db5a1bc58 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -1895,6 +1895,28 @@ (define-public julia-genericschur matrices the Schur form is often more useful.") (license license:expat))) +(define-public julia-gr + (package + (name "julia-gr") + (version "0.58.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/jheinen/GR.jl") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "18zxa1w2wmrf44c5l10qbh99zjdp7h94gxlymh47cf5kj5fc4xmx")))) + (build-system julia-build-system) + (propagated-inputs + `(("julia-gr-jll" ,julia-gr-jll))) + (home-page "https://github.com/jheinen/GR.jl") + (synopsis "Plotting for Julia based on GR") + (description "This module provides a Julia interface to GR, a framework for +visualisation applications.") + (license license:expat))) + (define-public julia-graphics (package (name "julia-graphics") -- 2.33.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 20 08:53:11 2021 Received: (at 51305) by debbugs.gnu.org; 20 Oct 2021 12:53:11 +0000 Received: from localhost ([127.0.0.1]:52989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdB5i-0008Jc-2d for submit@debbugs.gnu.org; Wed, 20 Oct 2021 08:53:10 -0400 Received: from flashner.co.il ([178.62.234.194]:55056) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdB5h-0008JQ-01 for 51305@debbugs.gnu.org; Wed, 20 Oct 2021 08:53:09 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 3161E4004A; Wed, 20 Oct 2021 12:53:03 +0000 (UTC) From: Efraim Flashner To: 51305@debbugs.gnu.org Subject: [PATCH 3/4] gnu: Add julia-geometrybasics. Date: Wed, 20 Oct 2021 15:51:03 +0300 Message-Id: <414e86395ac9f901ca9d4a5250eb1d75ddd26357.1634733947.git.efraim@flashner.co.il> X-Mailer: git-send-email 2.33.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51305 Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/julia-xyz.scm (julia-geometrybasics): New variable. --- gnu/packages/julia-xyz.scm | 45 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 1db5a1bc58..74bec305f0 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -1895,6 +1895,51 @@ (define-public julia-genericschur matrices the Schur form is often more useful.") (license license:expat))) +(define-public julia-geometrybasics + (package + (name "julia-geometrybasics") + (version "0.4.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/JuliaGeometry/GeometryBasics.jl") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "057j3hjpli3q5b98cqkpi4p10x2k9pyksrz62hjmv1kb5qzdvhsj")))) + (build-system julia-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'remove-earcut + (lambda _ + (substitute* '("Project.toml" + "src/GeometryBasics.jl") + ((".*EarCut.*") "")) + #t)) + (add-after 'unpack 'skip-incompatible-test + (lambda _ + (substitute* "test/runtests.jl" + (("@testset.*MetaT and heterogeneous data.*" all) + (string-append all "return\n"))) + #t))))) + (propagated-inputs + `(("julia-itertools" ,julia-itertools) + ("julia-staticarrays" ,julia-staticarrays) + ("julia-structarrays" ,julia-structarrays) + ("julia-tables" ,julia-tables))) + (native-inputs + `(("julia-offsetarrays" ,julia-offsetarrays))) + (home-page "https://github.com/JuliaGeometry/GeometryBasics.jl") + (synopsis "Basic Geometry Types") + (description "This package aims to offer a standard set of Geometry types, +which easily work with metadata, query frameworks on geometries and different +memory layouts. The aim is to create a solid basis for Graphics/Plotting, +finite elements analysis, Geo applications, and general geometry manipulations +- while offering a Julian API, that still allows performant C-interop.") + (license license:expat))) + (define-public julia-gr (package (name "julia-gr") -- 2.33.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 20 08:53:43 2021 Received: (at 51305) by debbugs.gnu.org; 20 Oct 2021 12:53:43 +0000 Received: from localhost ([127.0.0.1]:52992 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdB6F-0008KL-Am for submit@debbugs.gnu.org; Wed, 20 Oct 2021 08:53:43 -0400 Received: from flashner.co.il ([178.62.234.194]:55060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdB6D-0008K9-Ee for 51305@debbugs.gnu.org; Wed, 20 Oct 2021 08:53:41 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 9D8994004A; Wed, 20 Oct 2021 12:53:35 +0000 (UTC) From: Efraim Flashner To: 51305@debbugs.gnu.org Subject: [PATCH 4/4] gnu: Add julia-infinity. Date: Wed, 20 Oct 2021 15:51:04 +0300 Message-Id: <73f77189e867d3146fb299a6ddc2ec5c48113d71.1634733947.git.efraim@flashner.co.il> X-Mailer: git-send-email 2.33.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51305 Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/julia-xyz.scm (julia-infinity): New variable. --- gnu/packages/julia-xyz.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 74bec305f0..93fadf318c 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -2448,6 +2448,39 @@ (define-public julia-indirectarrays indexed images, sometimes called \"colormap images\" or \"paletted images.\"") (license license:expat))) +(define-public julia-infinity + (package + (name "julia-infinity") + (version "0.2.4") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/cjdoris/Infinity.jl") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1941lwvrdjnrynigzixxin3chpg1ba6xplvcwc89x0f6z658hwmm")))) + (build-system julia-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'remove-timezones.jl + (lambda _ + (substitute* "test/runtests.jl" + (("using TimeZones.*") "") + ((".*infextendedtime.*") "")) + #t))))) + (propagated-inputs + `(("julia-requires" ,julia-requires))) + (native-inputs + `(("julia-compat" ,julia-compat))) + (home-page "https://docs.juliahub.com/Infinity/") + (synopsis "Representation of infinity in Julia") + (description "This package provides representations for infinity and +negative infinity in Julia.") + (license license:expat))) + (define-public julia-inifile (package (name "julia-inifile") -- 2.33.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 21 09:12:43 2021 Received: (at 51305) by debbugs.gnu.org; 21 Oct 2021 13:12:43 +0000 Received: from localhost ([127.0.0.1]:56514 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdXsB-0008RR-FL for submit@debbugs.gnu.org; Thu, 21 Oct 2021 09:12:43 -0400 Received: from mail-wr1-f52.google.com ([209.85.221.52]:43884) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdXs9-0008RA-Cy for 51305@debbugs.gnu.org; Thu, 21 Oct 2021 09:12:42 -0400 Received: by mail-wr1-f52.google.com with SMTP id r7so985959wrc.10 for <51305@debbugs.gnu.org>; Thu, 21 Oct 2021 06:12:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=meKPWuNYcmt1eMCfLWdtzpr4AT8MkzLoFEsHEcKmFBY=; b=QChqozWabI6t5LyVYblKrlgJbYH2MIQOuPuXTBQT/OaOAkOAPiwYa/v93rv4wpIe6D fPStxB0okq/ZY2aEb4BfWvDYBatwkg2/zJxR2GPzj6W+22hprYI0tp1W2slO7alWtoPL 6bkpeDYVipddah3ZOgMBCP97xGzHVBiuz1sd/F/vwCEHxO0eu7wK/eeFrcGaW/jPzJuM 1BjjkOi4yw9gcH9PZTJOjhV3t4gsoanw/VEUK3F4cjJQSOLQRNRH2F1m/YaedZahggFn rMDQUEpAud0DQlZ+TY4d138niChoEPfuSeVtUjtgnJmAy0QSSpwIhAyFLbaWse7oJla6 luxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=meKPWuNYcmt1eMCfLWdtzpr4AT8MkzLoFEsHEcKmFBY=; b=wA4BID/HgwkfNecBfWSkmZv2oWNQAoUHEjDHkAC1hliQZnWgyDuLJvybvt6ixko6U6 mon2J1QwfAZqtOg8jKhx91SyJFr/rBOHTQuQRs8R4J7TmbtkyJKDL5KB+Srw0th1yELi 8EV3xxoGmKFEma4Pw2+mwV8shxFq8aevMjULu5ii0BtJyvYnCrj6nguAXeHFQhf9g/Kf slD18qZg6+1y+gAPnGR7hr+8qoymyQTGrFLHUOqe51/+yoV3cnaVERCyXeQ6d3lZEPY7 v51OEQ3IXUnNe45wafK6n0ewpmLmTSJAONyWGr1a1Dt7DB3eU0nkU0vwJFcaBI+63nHS mDYg== X-Gm-Message-State: AOAM5326DK0AieRK+/eQexcRVXHf0abBZDc28PekVMvlkQBmifaMVPuI 0j0n3K/cGKw9EGhv7vaY0pEDc6/qKII= X-Google-Smtp-Source: ABdhPJwvSZXLnUJlx0TlyrXvqkvVS1WtN/Z9XKNBr3x52RLYWmSeGOCwfRe3Abt8/6xgf6H0bRLiog== X-Received: by 2002:a05:6000:1841:: with SMTP id c1mr7427549wri.204.1634821954438; Thu, 21 Oct 2021 06:12:34 -0700 (PDT) Received: from jack-Precision-7820-Tower ([193.48.40.117]) by smtp.gmail.com with ESMTPSA id k10sm4726818wrh.64.2021.10.21.06.12.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Oct 2021 06:12:33 -0700 (PDT) From: zimoun To: Efraim Flashner Subject: Re: bug#51305: [PATCH 0/4] More julia packages References: Date: Thu, 21 Oct 2021 15:01:55 +0200 In-Reply-To: (Efraim Flashner's message of "Wed, 20 Oct 2021 15:51:01 +0300") Message-ID: <86o87ilef0.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51305 Cc: 51305@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, On mer., 20 oct. 2021 at 15:51, Efraim Flashner 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? Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 21 09:12:46 2021 Received: (at 51305) by debbugs.gnu.org; 21 Oct 2021 13:12:46 +0000 Received: from localhost ([127.0.0.1]:56516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdXsE-0008Rh-Ni for submit@debbugs.gnu.org; Thu, 21 Oct 2021 09:12:46 -0400 Received: from mail-wm1-f52.google.com ([209.85.128.52]:52871) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdXs9-0008RB-UM for 51305@debbugs.gnu.org; Thu, 21 Oct 2021 09:12:43 -0400 Received: by mail-wm1-f52.google.com with SMTP id m42so657199wms.2 for <51305@debbugs.gnu.org>; Thu, 21 Oct 2021 06:12:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=DvPpayONvIRr/LLSxjpHqejSRqZkF8YLW+UxMYD26VY=; b=e8ZWoLii3areRHDvrbTjacTxEvZJ9QHOQXc72T2sHOXAvs1rGuxziCwe/1zCjDH+nJ 2m8pR4AjlIQxpSz3Y6uUggSuUPI+A3ImJm1i2PELUX0HRgnKiGBwPYjKFCexjUY4FFeK A80kj8+codJoOFADYwAmoe+DslREl3e5F7iBI+mvPIgi3Kr1ntDV4EVi1V/L2sDbFzRp 9iWke3EzrGWqmdF+t45hQJ8ylpQ6GKy/VRCrM0TpZ0RpNLZrMjxWd6coQ0x4KYS2SRPu ExZcOwgW0SPC4riiHafwUrQOWDzLe26tddp8Sn1NfqtqYdtfRpFFie6aryK5flSAVM8T +V/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=DvPpayONvIRr/LLSxjpHqejSRqZkF8YLW+UxMYD26VY=; b=zvH7aBw+p/VDw1c6TrMfrTDeYzFtwiyF7cvDHSXzYn7kfXpu+kFCRl5D2biuLVpmNK xV4iJzCmDnYLZEpwBF2CD8qObUR1ebPew1bl4WEi/AJ2f1yxtQEP4SC9qShoSAxl5vaZ 1brFK9YxvWe72/ZMXVk8jVCHF69G/i88aL7FMAUknkBhTwNTFy6/XUVlT7n+mzBNrft/ V3a1++TOf2Rvv46iGnDdpWbzZwMwGmjSHydB2ebTjnYOl3DNGGVUnuNXwkXjNDAb/3Oz qAtrRZwPbZFysoUIYrlVT4XmvQOIP5ZPG5OVT0dVMFN6TKH6rs1tymVv9kSveMHm3Ocm NhVA== X-Gm-Message-State: AOAM5306hqRQuLvx/rI6ManMvac/gMMVCmMu9fUJEhjfjRfH3z0+R2sU BlLUSno8v5mturQAB3fmNWPMOvzkvDE= X-Google-Smtp-Source: ABdhPJwOyRBVXNKi0WwpDwAc8gLp9D0hc7iPa5tBitg28mujSzAoDK7k9ScRdfL6a4SjLAQCgg11Ng== X-Received: by 2002:a05:600c:4103:: with SMTP id j3mr21089115wmi.30.1634821956016; Thu, 21 Oct 2021 06:12:36 -0700 (PDT) Received: from jack-Precision-7820-Tower ([193.48.40.117]) by smtp.gmail.com with ESMTPSA id c3sm4799606wrw.66.2021.10.21.06.12.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Oct 2021 06:12:35 -0700 (PDT) From: zimoun To: Efraim Flashner Subject: Re: bug#51305: [PATCH 0/4] More julia packages References: Date: Thu, 21 Oct 2021 15:12:22 +0200 In-Reply-To: (Efraim Flashner's message of "Wed, 20 Oct 2021 15:48:34 +0300") Message-ID: <86lf2mldxl.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51305 Cc: 51305@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Efraim, On mer., 20 oct. 2021 at 15:48, Efraim Flashner wrote: > Efraim Flashner (4): > gnu: Add julia-gr-jll. > gnu: Add julia-gr. > gnu: Add julia-geometrybasics. > gnu: Add julia-infinity. LGTM. Except minor comment about julia-gr-jll. Thanks, simon From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 24 02:19:17 2021 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 To: zimoun Subject: Re: bug#51305: [PATCH 0/4] More julia packages 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-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51305 Cc: 51305@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --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-- From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 24 03:59:08 2021 Received: (at 51305) by debbugs.gnu.org; 24 Oct 2021 07:59:08 +0000 Received: from localhost ([127.0.0.1]:37868 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meYPM-00043d-1X for submit@debbugs.gnu.org; Sun, 24 Oct 2021 03:59:08 -0400 Received: from mail-wr1-f43.google.com ([209.85.221.43]:38757) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meYPJ-00042e-Vn for 51305@debbugs.gnu.org; Sun, 24 Oct 2021 03:59:07 -0400 Received: by mail-wr1-f43.google.com with SMTP id u18so3046613wrg.5 for <51305@debbugs.gnu.org>; Sun, 24 Oct 2021 00:59:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=2FDpAsx1lQZ6gnt1A4o3aN63rqZoZGbimCiaVJCS71I=; b=V85PIAcDMBXuXy7lm89qRIxVttA9Rma3BGbt/7h8Dkwj1RnKrkuLOCppxeMZ8Ct4J/ envyYT1sTmVG+qPxc6c6MiPl82KOEeB+6jzmC9Xo8GSLF0q6RHCgfNWc0J0n5f1sRuLD +GAjMBQKXoJRwUjlPrFTq7BE6QfZaFcMKM77D2AC1LRgzQz9iM26+d2CpIYtY1y3ax8c i6KTDBa5hG4E0KUvnRXGCKJA22oJ1hVL7khWQ6J++YS2CfOJ1AXZ3/jDLw1UnFtLu9dV 5NEK7yjPNi0dEsMxnOBzl55cUIy+2Rff4mg5fbr7y10jcAiwoK2eD4j6cjOGYZZsrtCM 2pAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=2FDpAsx1lQZ6gnt1A4o3aN63rqZoZGbimCiaVJCS71I=; b=UdQ4i3wFu0/KNjdRegn8R/NEob7aW48aLnxqmuzDmeqd53SW1CSukx6/ioY/VoY7wx r+bX95m7ktmemAMH3c7E8Vhc3LQnSYbT6hZy2I8BGGHa5pnXw6xlq0JhN1M9CtUILlOX UKsmhIROZ0GADW1miEOncO6JeOmfHFYn+aQYfRZVwsK3Svli6/0YLuQBrjnWKpnRDLsa S4HAMrQfL2MBokUs0SjFTdfIdP2yZpwplqI7xLPXDAx2JVK2FBc539f5L/Ao9jMNw5bX wpfcsTOM6wg98RBbWxcJ4Oe2Ma/AdNA9jkWbDMTitJ4Ci/Uf2JGND8OhMs6aXUOZAZ83 7WKw== X-Gm-Message-State: AOAM531F4jEk5fQSGbYv4q+ZQFEBCgDSk5+8H5SjeZ1HF/mWXLtruCJZ dw4CfE45emyvlByN53Vg2bqBQpj97Lg= X-Google-Smtp-Source: ABdhPJyVaIYIaIa5LKXBFKPK2WYQBixS0ScO9kTP1v3I4JGY4+nwLTiWenUiQZwdSg5/65EPYUfukg== X-Received: by 2002:a5d:584d:: with SMTP id i13mr13183577wrf.355.1635062339988; Sun, 24 Oct 2021 00:58:59 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id p21sm1832077wmc.11.2021.10.24.00.58.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 24 Oct 2021 00:58:59 -0700 (PDT) From: zimoun To: Efraim Flashner Subject: Re: bug#51305: [PATCH 0/4] More julia packages In-Reply-To: References: <86o87ilef0.fsf_-_@gmail.com> Date: Sun, 24 Oct 2021 09:54:22 +0200 Message-ID: <86y26iamdt.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51305 Cc: 51305@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Efraim, On Sun, 24 Oct 2021 at 09:16, Efraim Flashner wrote: > the julia-jllwrappers are intentionally at the top of the list because > then all the package jll packages are grouped together. It makes sense. :-) Thanks, simon From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 24 04:45:34 2021 Received: (at 51305-done) by debbugs.gnu.org; 24 Oct 2021 08:45:34 +0000 Received: from localhost ([127.0.0.1]:37885 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meZ8H-00059i-Qg for submit@debbugs.gnu.org; Sun, 24 Oct 2021 04:45:33 -0400 Received: from flashner.co.il ([178.62.234.194]:40878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meZ8F-00059T-88 for 51305-done@debbugs.gnu.org; Sun, 24 Oct 2021 04:45:32 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 91D5F40277; Sun, 24 Oct 2021 08:45:24 +0000 (UTC) Date: Sun, 24 Oct 2021 11:42:35 +0300 From: Efraim Flashner To: zimoun Subject: Re: bug#51305: [PATCH 0/4] More julia packages Message-ID: Mail-Followup-To: Efraim Flashner , zimoun , 51305-done@debbugs.gnu.org References: <86o87ilef0.fsf_-_@gmail.com> <86y26iamdt.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="AuCiwYb9IX7VBa9R" Content-Disposition: inline In-Reply-To: <86y26iamdt.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-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51305-done Cc: 51305-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --AuCiwYb9IX7VBa9R Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 24, 2021 at 09:54:22AM +0200, zimoun wrote: > Hi Efraim, >=20 > On Sun, 24 Oct 2021 at 09:16, Efraim Flashner wro= te: >=20 > > the julia-jllwrappers are intentionally at the top of the list because > > then all the package jll packages are grouped together. >=20 > It makes sense. :-) >=20 > Thanks, > simon Thanks for the reviews! Patches pushed. --=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 --AuCiwYb9IX7VBa9R Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmF1HHsACgkQQarn3Mo9 g1EMig/8DkrbXw1O6sXaPO2Pa01p/bWPB2jk6DlEyDmsOWnGa0C5rWyOndnjDW+T 4Oi2tNk+yiyQxjsi7ONgV+QiorDucBl1Jojgqc1QhWtx2Y/fBsoRj4wqSaXFjPa9 ucJW1rymvJbFK7A+UT47dtMCKwrl29dWjlUm/q3DTtQrVsUSRWPxfHBQR9h/3XNg RpcuyerxAdkYW/22p4TTEb0KnYPaDeJK7uwd0eKcwtX2Tx5qPbGhwaTmsrxGRwwh wm3Vv7CtKpWZVIMb5gJCgvFRqkDMKP4A2nQDxBzafyR7YTwabi1rjnJhAyAGVFLK eihKq7CAmlikITtA2wE2wyaZIUeWzCCHzg/4J0eZ1hWXHGR6fjAtMVQw/6abQjkD YcywTASamDT+pgaSg4LL8IPZh5h74000pcrCIgAGkAZRVZ/quuF3ZWsop9+HVkpW xEyXsiLbOk4WW7ppCMmRy6dQhKdSlcHmnpRir01MfErc1y0XiWBB/GCy+tFKOOLo llmdHWqORDp3S6LT77XHDh9NEYenOfxWyk3YAVJXoSBi21hYMYoHtQjI4q4oretc c3ELLHeh0QMKoeT0zBdF+P1XJX+vZlYtghVsMOfFcI6kj4tSLnKq8i04t2rkW5bX KIOAmm0V/lk13aAG0AjyIf0SZYQQLO3zBLJkdb8Gx8P/sy93oZI= =ntb5 -----END PGP SIGNATURE----- --AuCiwYb9IX7VBa9R-- From unknown Sun Jun 22 00:52:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 21 Nov 2021 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator