mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openlibm: Update to 0.8.7.
* gnu/packages/maths.scm (openlibm): Update to 0.8.7. Change-Id: Ia97cc19b3b9acad7d212ad978365e563699da99b
This commit is contained in:
parent
342c2b8f5e
commit
824855b205
1 changed files with 2 additions and 2 deletions
|
@ -6182,7 +6182,7 @@ access to BLIS implementations via traditional BLAS routine calls.")
|
||||||
(define-public openlibm
|
(define-public openlibm
|
||||||
(package
|
(package
|
||||||
(name "openlibm")
|
(name "openlibm")
|
||||||
(version "0.8.1")
|
(version "0.8.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6191,7 +6191,7 @@ access to BLIS implementations via traditional BLAS routine calls.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1xsrcr49z0wdqpwd98jmw2xh18myzsa9xman0kp1h2i89x8mic5b"))))
|
(base32 "0lgylmspyhsndfxzya9bymyz7vnah3197jylr497jgbm4b62q8bx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue