gnu: openblas: Update to 0.3.18.

* gnu/packages/maths.scm (openblas): Update to 0.3.18.  Delete trailing #t.
This commit is contained in:
Maxim Cournoyer 2021-10-31 21:57:04 -04:00
parent 59dd9218fb
commit bd771edd6c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4402,7 +4402,7 @@ (define-public muparser
(define-public openblas
(package
(name "openblas")
(version "0.3.13")
(version "0.3.18")
(source
(origin
(method git-fetch)
@ -4412,7 +4412,7 @@ (define-public openblas
(file-name (git-file-name name version))
(sha256
(base32
"14jxh0v3jfbw4mfjx4mcz4dd51lyq7pqvh9k8dg94539ypzjr2lj"))))
"17zdd8asylz2w71hczrz5y344p6d5ds1jn4901maw7zcp3dbk63g"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
@ -4469,8 +4469,7 @@ (define-public openblas
;; 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