[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
196/227: gnu: openblas: Update to 0.3.18.
From: |
guix-commits |
Subject: |
196/227: gnu: openblas: Update to 0.3.18. |
Date: |
Thu, 11 Nov 2021 12:30:45 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit bd771edd6cea746397e5f6b8f075528cf5c7cada
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
- 224/227: gnu: openblas: Do not build static library., (continued)
- 224/227: gnu: openblas: Do not build static library., guix-commits, 2021/11/11
- 211/227: gnu: python-pymodbus: Update to 2.5.3., guix-commits, 2021/11/11
- 201/227: gnu: icecat: Use latest rust., guix-commits, 2021/11/11
- 202/227: build: meson: Replace the 'test-target' argument by 'test-options'., guix-commits, 2021/11/11
- 180/227: gnu: Add polkit-duktape., guix-commits, 2021/11/11
- 203/227: gnu: osinfo-db-tools: Update to 1.9.0., guix-commits, 2021/11/11
- 218/227: gnu: gnome-session: Use meson-0.59., guix-commits, 2021/11/11
- 220/227: gnu: network-manager-applet: Use meson-0.59., guix-commits, 2021/11/11
- 135/227: gnu: ungoogled-chromium: Use the new lld-as-ld-wrapper., guix-commits, 2021/11/11
- 187/227: gnu: libblockdev: Update to 2.26., guix-commits, 2021/11/11
- 196/227: gnu: openblas: Update to 0.3.18.,
guix-commits <=
- 195/227: gnu: docker-compose: Update to 1.29.2., guix-commits, 2021/11/11
- 200/227: gnu: gvfs: Use meson-0.59 to workaround faulty meson., guix-commits, 2021/11/11
- 209/227: gnu: Add python-aiomysql., guix-commits, 2021/11/11
- 215/227: gnu: conan: Update to 1.42.0., guix-commits, 2021/11/11
- 225/227: gnu: Add binutils-next., guix-commits, 2021/11/11
- 226/227: gnu: binutils-gold: Inherit from binutils-next., guix-commits, 2021/11/11
- 178/227: gnu: xorg-server: Fix indentation., guix-commits, 2021/11/11
- 206/227: gnu: Add python-sphinxcontrib-asyncio., guix-commits, 2021/11/11
- 204/227: gnu: icecat: Enable geckodriver., guix-commits, 2021/11/11
- 133/227: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/11/11