gnu: OpenBLAS: Update to 0.3.0.

* gnu/packages/maths.scm (openblas): Update to 0.3.0.
This commit is contained in:
Marius Bakke 2018-06-18 15:27:08 +02:00
parent 69e0aac3a7
commit 73d18915b5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2788,7 +2788,7 @@ (define-public muparser
(define-public openblas
(package
(name "openblas")
(version "0.2.20")
(version "0.3.0")
(source
(origin
(method url-fetch)
@ -2797,7 +2797,7 @@ (define-public openblas
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1bd03c5xni0bla0wg1wba841b36b0sg13sjja955kn5xzvy4i61a"))))
"14a9vyvp2k5zpd0axbnqk0d3khc1v3cck10nb5fj7d2sgn8490ky"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"