mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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:
parent
59dd9218fb
commit
bd771edd6c
1 changed files with 3 additions and 4 deletions
|
@ -4402,7 +4402,7 @@ (define-public muparser
|
||||||
(define-public openblas
|
(define-public openblas
|
||||||
(package
|
(package
|
||||||
(name "openblas")
|
(name "openblas")
|
||||||
(version "0.3.13")
|
(version "0.3.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4412,7 +4412,7 @@ (define-public openblas
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14jxh0v3jfbw4mfjx4mcz4dd51lyq7pqvh9k8dg94539ypzjr2lj"))))
|
"17zdd8asylz2w71hczrz5y344p6d5ds1jn4901maw7zcp3dbk63g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
@ -4469,8 +4469,7 @@ (define-public openblas
|
||||||
;; Get libgfortran found when building in utest.
|
;; Get libgfortran found when building in utest.
|
||||||
(setenv "FEXTRALIB"
|
(setenv "FEXTRALIB"
|
||||||
(string-append "-L" (assoc-ref inputs "fortran-lib")
|
(string-append "-L" (assoc-ref inputs "fortran-lib")
|
||||||
"/lib"))
|
"/lib")))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("fortran-lib" ,gfortran "lib")))
|
`(("fortran-lib" ,gfortran "lib")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue