diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-09-28 10:03:08 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-09-28 13:48:32 +0300 |
commit | 3a27d6178b8470e34e55d45ad970f5c5e3827b44 (patch) | |
tree | 5a66029488fbbf4d9a4f8f493c875f1e83f9bb35 | |
parent | 14bf81748b0262f656b22e162e4b02faefeaa098 (diff) |
gnu: julia-genericlinearalgebra: Update to 0.3.0.
* gnu/packages/julia-xyz.scm (julia-genericlinearalgebra): Update to 0.3.0.
[arguments]: Remove custom 'adjust-test-suite phase.
-rw-r--r-- | gnu/packages/julia-xyz.scm | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 73dbb0186c..a7ebe294ea 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -2475,7 +2475,7 @@ update step.") (define-public julia-genericlinearalgebra (package (name "julia-genericlinearalgebra") - (version "0.2.5") + (version "0.3.0") (source (origin (method git-fetch) @@ -2484,16 +2484,8 @@ update step.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0ndwypa397z3pwzdgc3s9plaqlqf63g3d4px5pvym5psgr6lnm3l")))) + (base32 "16k1r02w5qivvr99n5a9impbnnzygpj705irf5ypy208np91xyyd")))) (build-system julia-build-system) - (arguments - (list - #:phases - #~(modify-phases %standard-phases - (add-after 'link-depot 'adjust-test-suite - (lambda _ - (substitute* "test/runtests.jl" - ((".*lapack.*") ""))))))) (native-inputs (list julia-quaternions)) (home-page "https://github.com/JuliaLinearAlgebra/GenericLinearAlgebra.jl") |