[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
195/203: gnu: openblas: Update to 0.3.18.
From: |
guix-commits |
Subject: |
195/203: gnu: openblas: Update to 0.3.18. |
Date: |
Wed, 3 Nov 2021 21:10:44 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit c2a5d17d120c5099ce7843192551f624a75f1890
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Oct 31 21:57:04 2021 -0400
gnu: openblas: Update to 0.3.18.
* gnu/packages/maths.scm (openblas): Update to 0.3.18. Delete trailing #t.
---
gnu/packages/maths.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index c7a3b67..2f0ef52 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4402,7 +4402,7 @@ parts of it.")
(define-public openblas
(package
(name "openblas")
- (version "0.3.13")
+ (version "0.3.18")
(source
(origin
(method git-fetch)
@@ -4412,7 +4412,7 @@ parts of it.")
(file-name (git-file-name name version))
(sha256
(base32
- "14jxh0v3jfbw4mfjx4mcz4dd51lyq7pqvh9k8dg94539ypzjr2lj"))))
+ "17zdd8asylz2w71hczrz5y344p6d5ds1jn4901maw7zcp3dbk63g"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
@@ -4469,8 +4469,7 @@ parts of it.")
;; Get libgfortran found when building in utest.
(setenv "FEXTRALIB"
(string-append "-L" (assoc-ref inputs "fortran-lib")
- "/lib"))
- #t)))))
+ "/lib")))))))
(inputs
`(("fortran-lib" ,gfortran "lib")))
(native-inputs
- 149/203: gnu: meson: Update to 0.60.0., (continued)
- 149/203: gnu: meson: Update to 0.60.0., guix-commits, 2021/11/03
- 158/203: gnu: gdk-pixbuf: Remove obsolete jasper support., guix-commits, 2021/11/03
- 163/203: gnu: python-numpy: Update to 1.21.3 and cleanup., guix-commits, 2021/11/03
- 164/203: gnu: gdb: Update to 11.1 and remove gdb-9.2., guix-commits, 2021/11/03
- 165/203: gnu: ldc: Update to 1.27.1., guix-commits, 2021/11/03
- 166/203: gnu: python2-lit: Remove package., guix-commits, 2021/11/03
- 167/203: gnu: python-lit: Update to 12.0.1., guix-commits, 2021/11/03
- 169/203: gnu: Add meson-0.59., guix-commits, 2021/11/03
- 181/203: gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0., guix-commits, 2021/11/03
- 188/203: gnu: gnome-online-accounts: Update to 3.43.1., guix-commits, 2021/11/03
- 195/203: gnu: openblas: Update to 0.3.18.,
guix-commits <=
- 197/203: gnu: ansible-core: Update to 2.11.6., guix-commits, 2021/11/03
- 57/203: gnu: Add a missing copyright., guix-commits, 2021/11/03
- 69/203: gnu: tensorflow: Enable parallel build (at least partially)., guix-commits, 2021/11/03
- 61/203: gnu: gst-plugins-base: Update to 1.18.5., guix-commits, 2021/11/03
- 64/203: gnu: gst-plugins-ugly: Update to 1.18.5., guix-commits, 2021/11/03
- 68/203: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/11/03
- 73/203: bluez: Update to 5.61., guix-commits, 2021/11/03
- 75/203: gnu: glibc: Remove unneeded nscd patching., guix-commits, 2021/11/03
- 80/203: gnu: diffutils: Update to 3.8., guix-commits, 2021/11/03
- 76/203: gnu: glibc: Look for the current timezone in /etc/localtime., guix-commits, 2021/11/03