Archived
1
0
Fork 0

gnu: openblas: Update to 0.2.19.

* gnu/packages/maths.scm (openblas): Update to 0.2.19.
This commit is contained in:
Leo Famulari 2016-09-13 00:26:56 -04:00
parent 5c9632c75a
commit 883d0a7d25
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1837,7 +1837,7 @@ parts of it.")
(define-public openblas (define-public openblas
(package (package
(name "openblas") (name "openblas")
(version "0.2.18") (version "0.2.19")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1846,7 +1846,7 @@ parts of it.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0vdzivw24s94vrzw4sqyz76mj60vs27vyn3dc14yw8qfq1v2wib5")))) "071zqnmnxhh0c9phzyn3f198yxa0hjxda7016azdbq2056sm70w7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ;no "check" target `(#:tests? #f ;no "check" target