digraph "Guix package" { "72851008" [label = "coreutils-8.25", shape = box, fontname = Helvetica]; "72851008" -> "49728512" [color = darkseagreen]; "72851008" -> "74872512" [color = darkseagreen]; "72851008" -> "53180864" [color = darkseagreen]; "72851008" -> "75199232" [color = darkseagreen]; "49728512" [label = "perl-5.24.0", shape = box, fontname = Helvetica]; "74872512" [label = "acl-2.2.52", shape = box, fontname = Helvetica]; "74872512" -> "74873280" [color = red]; "74872512" -> "49728512" [color = red]; "74872512" -> "74872704" [color = red]; "74873280" [label = "gettext-minimal-0.19.8.1", shape = box, fontname = Helvetica]; "74873280" -> "41550784" [color = cyan3]; "41550784" [label = "expat-2.2.0", shape = box, fontname = Helvetica]; "74872704" [label = "attr-2.4.47", shape = box, fontname = Helvetica]; "74872704" -> "74873280" [color = cyan3]; "74872704" -> "49728512" [color = cyan3]; "53180864" [label = "gmp-6.1.1", shape = box, fontname = Helvetica]; "53180864" -> "50262784" [color = darkgoldenrod]; "50262784" [label = "m4-1.4.17", shape = box, fontname = Helvetica]; "75199232" [label = "libcap-2.24", shape = box, fontname = Helvetica]; "75199232" -> "49728512" [color = blue]; "75199232" -> "74872704" [color = blue]; } d=df8dd9caedc894be74e6c3ed8dcb79c8fde774de'>treecommitdiff
path: root/gnu/packages/julia.scm
AgeCommit message (Expand)Author
2023-09-28gnu: julia: Conditionally use openblas with ILP64 support....Fixes <https://bugs.gnu.org/63986>. Reported by Cayetano Santos <csantosb@inventati.org>. * gnu/packages/julia.scm (julia)[arguments]<#:phases>: Conditionally use OpenBLAS with ILP64 support for x86-64 target. <#:make-flags>: Likewise. [inputs]: Conditionally replace openblas by openblas-ilp64 for x86-64 target. Co-authored-by: Simon Tournier <zimon.toutoune@gmail.com> Efraim Flashner
2023-04-14gnu: julia: Fix test suite regression....The update of 'mpfr' to 4.2.0 by commit d26814f8b936911d48bb004093713a525f2c6cf8 introduces a Julia test suite regression. The patch backports the Julia upstream fix. * gnu/packages/julia.scm (julia)[source]: Add patch. * gnu/packages/patches/julia-Use-MPFR-4.2.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Andreas Enge <andreas@enge.fr> Simon Tournier
2023-02-12gnu: julia: Fix build....This follows up on commit 8d8e1438ae5a2e50005b500dacd0a26be540fe69. * gnu/packages/julia.scm (julia)[arguments]: Substitute* libgit2 version. Reported by francismb <francismb@email.de>. Tobias Geerinckx-Rice
2023-02-09gnu: julia: Use SSL_CERT_FILE for SSL certificates....Fixes <https://issues.guix.gnu.org/61121>. * gnu/packages/julia.scm (julia)[arguments]: Add a phase to have Julia use the SSL_CERT_FILE search path. [native-search-paths]: Add SSL_CERT_FILE. Efraim Flashner