[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: julia-genericlinearalgebra: Update to 0.3.0.
From: |
guix-commits |
Subject: |
08/11: gnu: julia-genericlinearalgebra: Update to 0.3.0. |
Date: |
Thu, 28 Sep 2023 07:37:39 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 3a27d6178b8470e34e55d45ad970f5c5e3827b44
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Sep 28 10:03:08 2023 +0300
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.
---
gnu/packages/julia-xyz.scm | 12 ++----------
1 file 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")
- branch master updated (6fa85076ae -> 3963fa1a46), guix-commits, 2023/09/28
- 01/11: gnu: emacs-elfeed: Patch curl executable., guix-commits, 2023/09/28
- 02/11: gnu: openblas-ilp64: Add symbol suffix., guix-commits, 2023/09/28
- 04/11: gnu: julia-arraylayouts: Fix tests., guix-commits, 2023/09/28
- 07/11: gnu: julia-wcslib-jll: Downgrade wcslib version., guix-commits, 2023/09/28
- 09/11: gnu: julia-arraylayouts: Update to 0.8.18., guix-commits, 2023/09/28
- 03/11: gnu: julia: Conditionally use openblas with ILP64 support., guix-commits, 2023/09/28
- 11/11: gnu: julia-arraylayouts: Fix building on more architectures., guix-commits, 2023/09/28
- 08/11: gnu: julia-genericlinearalgebra: Update to 0.3.0.,
guix-commits <=
- 10/11: gnu: julia-bandedmatrices: Fix compatibility with openblas64., guix-commits, 2023/09/28
- 06/11: gnu: Add wcslib-7.12., guix-commits, 2023/09/28
- 05/11: gnu: julia-scanbyte: Update to 0.4.0., guix-commits, 2023/09/28