From unknown Tue Aug 19 23:13:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57324] [PATCH] gnu: julia: update to 1.6.7 Resent-From: Jean-Baptiste Volatier Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 21 Aug 2022 17:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57324 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57324@debbugs.gnu.org X-Debbugs-Original-To: "guix-patches@gnu.org" Reply-To: Jean-Baptiste Volatier Received: via spool by submit@debbugs.gnu.org id=B.166110420330247 (code B ref -1); Sun, 21 Aug 2022 17:51:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 Aug 2022 17:50:03 +0000 Received: from localhost ([127.0.0.1]:36682 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPp5G-0007rm-Ux for submit@debbugs.gnu.org; Sun, 21 Aug 2022 13:50:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:54748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPp5D-0007rE-JK for submit@debbugs.gnu.org; Sun, 21 Aug 2022 13:50:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41864) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPp5A-0002NL-Li for guix-patches@gnu.org; Sun, 21 Aug 2022 13:49:59 -0400 Received: from mail-4316.protonmail.ch ([185.70.43.16]:45185) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPp58-0004wc-DX for guix-patches@gnu.org; Sun, 21 Aug 2022 13:49:56 -0400 Date: Sun, 21 Aug 2022 17:49:37 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1661104189; x=1661363389; bh=2x6Y/30pDRS+/k7AnCBk4NrJ61knbf1aEfu850uETIo=; h=Date:To:From:Reply-To:Subject:Message-ID:Feedback-ID:From:To:Cc: Date:Subject:Reply-To:Feedback-ID:Message-ID; b=Wbcz5Oi4gdArCY50niyPvkeq8yNslX+oIwH4kJ5XEHQDwrxie5pjAE3tYA2NtY778 WKRYZf0DW4INskQsTxkyP5DHVv13skZLAqQQaP+slASuGBrgnpT1nC4Zp0UrQq2bud dBnmT1iXfvq8wLnJjwT1Ri40LIQWhrSSvFIh/Xl9x1PA0TmGt3qm0tgKXIIb4EFyBU rTsHad9bUXVAAchhCL593n97JS/RR1IYJGIVufvRJfh+DmmAgV99YmcMhoZftjqozy 7/3MCznhIVeJCrew7AkAH8BNEyHG0QZpdQmrdfZ8tC5nxrkT85tmWz6E+5xMfYChSs ESs2lh4++G5LQ== From: Jean-Baptiste Volatier Message-ID: Feedback-ID: 12033702:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.16; envelope-from=jbv@pm.me; helo=mail-4316.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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 (--) * gnu/packages/julia.scm (julia): Update to 1.6.7 Hello, This updates julia to 1.6.7. I did not have time to run the full test suite (and I only have access to x86_64) yet but it seems to run fine. I also have another WIP variant of this patch that builds against the git checkout and where the stdlibs are de-vendored and have their own guix pack= ages. Personally I find it a bit more elegant than the current tarball release that we are using and its bundled tarballs of out-of-tree dependenc= ies. If this is of interest I can finish it up and send it. Otherwise I'll=20 continue to work on julia 1.8. Best regards, JB --- gnu/packages/julia.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm index 0bdac66175..3b254f937a 100644 --- a/gnu/packages/julia.scm +++ b/gnu/packages/julia.scm @@ -139,7 +139,7 @@ (define-public libwhich (define-public julia (package (name "julia") - (version "1.6.3") + (version "1.6.7") (source (origin (method url-fetch) (uri (string-append @@ -147,7 +147,7 @@ (define-public julia version "/julia-" version ".tar.gz")) (sha256 (base32 - "1515x8fs25l3f9csbmd1v4nm041zvjnvigy6s5iidy4yrkwdx4r5")) + "0q9xgdpvdkskpzl294w215f6c15c5jk276c9dah5f5w4np3ivbvl")) (patches (search-patches "julia-SOURCE_DATE_EPOCH-mtime.patch" "julia-allow-parallel-build.patch")))) @@ -206,6 +206,10 @@ (define-public julia (substitute* "base/Makefile" (("\\$\\$\\(build_depsbindir\\)/libwhich") (search-input-file inputs "/bin/libwhich"))))) + (add-after 'unpack 'activate-gnu-source-for-loader + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "cli/Makefile" + (("LOADER_CFLAGS =3D") "LOADER_CFLAGS =3D -D_GNU= _SOURCE")))) (add-after 'unpack 'change-number-of-precompile-statements (lambda _ ;; Remove nss-certs drops the number of statements below 1200= , @@ -447,6 +451,7 @@ (define-public julia ("" "$JULIA_DEPOT_PATH")))))))) #:make-flags (list + "VERBOSE=3D1" ;; more helpful logging of what make is doing (string-append "prefix=3D" (assoc-ref %outputs "out")) =20 ;; Passing the MARCH or JULIA_CPU_TARGET flag is necessary to bui= ld base-commit: 706b3ef38b2f7ce9f05aa56e2eaaaf1c19e25f90 --=20 2.37.1 From unknown Tue Aug 19 23:13:43 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jean-Baptiste Volatier Subject: bug#57324: closed (Re: [bug#57324] [PATCH] gnu: julia: update to 1.6.7) Message-ID: References: X-Gnu-PR-Message: they-closed 57324 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 57324@debbugs.gnu.org Date: Tue, 23 Aug 2022 18:51:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1661280662-20344-1" This is a multi-part message in MIME format... ------------=_1661280662-20344-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57324: [PATCH] gnu: julia: update to 1.6.7 which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 57324@debbugs.gnu.org. --=20 57324: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57324 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1661280662-20344-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57324-done) by debbugs.gnu.org; 23 Aug 2022 18:50:45 +0000 Received: from localhost ([127.0.0.1]:45054 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQYz7-0005Hf-1g for submit@debbugs.gnu.org; Tue, 23 Aug 2022 14:50:45 -0400 Received: from flashner.co.il ([178.62.234.194]:47762) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQYz5-0005HO-IR for 57324-done@debbugs.gnu.org; Tue, 23 Aug 2022 14:50:44 -0400 Received: from localhost (unknown [31.210.177.64]) by flashner.co.il (Postfix) with ESMTPSA id 9A07340204; Tue, 23 Aug 2022 18:50:37 +0000 (UTC) Date: Tue, 23 Aug 2022 21:47:26 +0300 From: Efraim Flashner To: Jean-Baptiste Volatier Subject: Re: [bug#57324] [PATCH] gnu: julia: update to 1.6.7 Message-ID: Mail-Followup-To: Efraim Flashner , Jean-Baptiste Volatier , 57324-done@debbugs.gnu.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="XiGeNIS9xZtUwRcv" Content-Disposition: inline In-Reply-To: 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: 57324-done Cc: 57324-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 (-) --XiGeNIS9xZtUwRcv Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 21, 2022 at 05:49:37PM +0000, Jean-Baptiste Volatier via Guix-p= atches via wrote: > * gnu/packages/julia.scm (julia): Update to 1.6.7 >=20 > Hello, > This updates julia to 1.6.7. I did not have time to run the full test sui= te > (and I only have access to x86_64) yet but it seems to run fine. >=20 > I also have another WIP variant of this patch that builds against the git > checkout and where the stdlibs are de-vendored and have their own guix pa= ckages. > Personally I find it a bit more elegant than the current tarball > release that we are using and its bundled tarballs of out-of-tree depende= ncies. >=20 > If this is of interest I can finish it up and send it. Otherwise I'll=20 > continue to work on julia 1.8. >=20 > Best regards, > JB >=20 I adjusted some of the phases to help the tests pass and I rounded out the commit message. Now that 1.8 is released we can start finishing up that patch too :) Thanks! Patch pushed. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --XiGeNIS9xZtUwRcv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmMFILoACgkQQarn3Mo9 g1EEbQ//U0MXbGkah9Opr6ovGgBjkhN2JDqUzDuU1Z2FtRkKkubIFRrawOV0TuiS Rtity1T+O7DNfMu9Q/Np1+q5NmdiBgYNZI+QLwrG2Ce1oBPgZCTi2b15Lax7GFna 0NwPxPRU1CW33ZHetm94GePSyWsRbqGX7k691OgjZlFMbAPa4wQtHvKfe+StUfLC ULzsw2Nni/m1yO23J+fG2bQrJvvPm/v4Bny6iNV4I60mix2wEz4OVrJ0q7jpdexH buML34/P+q4H9NjO0n3VrqzBFED72oDZn01z/mTgqDYzK+u3Ev/VMUS0jz+9nBpw U48S/FdK/QlSLzqE5HDAE2398YbqKsBOcxoBprYOgnE1scw3hUCNc+sJ+zjeMAIj tThiTDt+sbKhypISREZTu92umAl+oCH+cM5LkomRnGI8kq5d9lcL3i/p1aUJ7b6P jxBLC9Qf+BBd+Qy6sYTXxaqJy6Bn7s3mCat8Ioxm5st0S+ekNssW9HQaYhe43WB4 uSMk63x3PR9g5mMrDjMqJNKNos+2TZ/Y43B1LgRk2PJ6cbn40L3rQsew0mw5o9nu vDxNnNKBxM5zfNZGm1hwaqS+2mqmf8Sa/mwnMpj26P1i0CmI10C2gJ5h7M0Ng7Sw 4DT8wMYUHaSgQHVXrXwdoYd4NVrEs8VpeMwoMfX/SI7Sys+MUyY= =Wv4o -----END PGP SIGNATURE----- --XiGeNIS9xZtUwRcv-- ------------=_1661280662-20344-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 21 Aug 2022 17:50:03 +0000 Received: from localhost ([127.0.0.1]:36682 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPp5G-0007rm-Ux for submit@debbugs.gnu.org; Sun, 21 Aug 2022 13:50:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:54748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPp5D-0007rE-JK for submit@debbugs.gnu.org; Sun, 21 Aug 2022 13:50:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41864) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPp5A-0002NL-Li for guix-patches@gnu.org; Sun, 21 Aug 2022 13:49:59 -0400 Received: from mail-4316.protonmail.ch ([185.70.43.16]:45185) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPp58-0004wc-DX for guix-patches@gnu.org; Sun, 21 Aug 2022 13:49:56 -0400 Date: Sun, 21 Aug 2022 17:49:37 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1661104189; x=1661363389; bh=2x6Y/30pDRS+/k7AnCBk4NrJ61knbf1aEfu850uETIo=; h=Date:To:From:Reply-To:Subject:Message-ID:Feedback-ID:From:To:Cc: Date:Subject:Reply-To:Feedback-ID:Message-ID; b=Wbcz5Oi4gdArCY50niyPvkeq8yNslX+oIwH4kJ5XEHQDwrxie5pjAE3tYA2NtY778 WKRYZf0DW4INskQsTxkyP5DHVv13skZLAqQQaP+slASuGBrgnpT1nC4Zp0UrQq2bud dBnmT1iXfvq8wLnJjwT1Ri40LIQWhrSSvFIh/Xl9x1PA0TmGt3qm0tgKXIIb4EFyBU rTsHad9bUXVAAchhCL593n97JS/RR1IYJGIVufvRJfh+DmmAgV99YmcMhoZftjqozy 7/3MCznhIVeJCrew7AkAH8BNEyHG0QZpdQmrdfZ8tC5nxrkT85tmWz6E+5xMfYChSs ESs2lh4++G5LQ== To: "guix-patches@gnu.org" From: Jean-Baptiste Volatier Subject: [PATCH] gnu: julia: update to 1.6.7 Message-ID: Feedback-ID: 12033702:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.16; envelope-from=jbv@pm.me; helo=mail-4316.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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: , Reply-To: Jean-Baptiste Volatier Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/julia.scm (julia): Update to 1.6.7 Hello, This updates julia to 1.6.7. I did not have time to run the full test suite (and I only have access to x86_64) yet but it seems to run fine. I also have another WIP variant of this patch that builds against the git checkout and where the stdlibs are de-vendored and have their own guix pack= ages. Personally I find it a bit more elegant than the current tarball release that we are using and its bundled tarballs of out-of-tree dependenc= ies. If this is of interest I can finish it up and send it. Otherwise I'll=20 continue to work on julia 1.8. Best regards, JB --- gnu/packages/julia.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm index 0bdac66175..3b254f937a 100644 --- a/gnu/packages/julia.scm +++ b/gnu/packages/julia.scm @@ -139,7 +139,7 @@ (define-public libwhich (define-public julia (package (name "julia") - (version "1.6.3") + (version "1.6.7") (source (origin (method url-fetch) (uri (string-append @@ -147,7 +147,7 @@ (define-public julia version "/julia-" version ".tar.gz")) (sha256 (base32 - "1515x8fs25l3f9csbmd1v4nm041zvjnvigy6s5iidy4yrkwdx4r5")) + "0q9xgdpvdkskpzl294w215f6c15c5jk276c9dah5f5w4np3ivbvl")) (patches (search-patches "julia-SOURCE_DATE_EPOCH-mtime.patch" "julia-allow-parallel-build.patch")))) @@ -206,6 +206,10 @@ (define-public julia (substitute* "base/Makefile" (("\\$\\$\\(build_depsbindir\\)/libwhich") (search-input-file inputs "/bin/libwhich"))))) + (add-after 'unpack 'activate-gnu-source-for-loader + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "cli/Makefile" + (("LOADER_CFLAGS =3D") "LOADER_CFLAGS =3D -D_GNU= _SOURCE")))) (add-after 'unpack 'change-number-of-precompile-statements (lambda _ ;; Remove nss-certs drops the number of statements below 1200= , @@ -447,6 +451,7 @@ (define-public julia ("" "$JULIA_DEPOT_PATH")))))))) #:make-flags (list + "VERBOSE=3D1" ;; more helpful logging of what make is doing (string-append "prefix=3D" (assoc-ref %outputs "out")) =20 ;; Passing the MARCH or JULIA_CPU_TARGET flag is necessary to bui= ld base-commit: 706b3ef38b2f7ce9f05aa56e2eaaaf1c19e25f90 --=20 2.37.1 ------------=_1661280662-20344-1--