me
/
guix
Archived
1
0
Fork 0

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.
Efraim Flashner 2023-09-28 10:03:08 +03:00
parent 14bf81748b
commit 3a27d6178b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 10 deletions

View File

@ -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")