3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: eigen: Update to 3.3.8.

* gnu/packages/algebra.scm (eigen): Update to 3.3.8.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-18 11:38:54 +01:00
parent 96fb444e79
commit 2d2ac74237
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1005,7 +1005,7 @@ Optional thin wrappers allow usage of the library from other languages.")
(define-public eigen
(package
(name "eigen")
(version "3.3.7")
(version "3.3.8")
(source (origin
(method url-fetch)
(uri (list
@ -1015,7 +1015,7 @@ Optional thin wrappers allow usage of the library from other languages.")
version ".orig.tar.bz2")))
(sha256
(base32
"1km3fyfzyqfdvmnl79drps3fjwnz3zbh0c7l34mfbqyvvs8cy4wz"))
"1vxrsncfnkyq6gwxpsannpryp12mk7lc8f42ybvz3saf7icwc582"))
(file-name (string-append name "-" version ".tar.bz2"))
(patches (search-patches "eigen-stabilise-sparseqr-test.patch"))
(modules '((guix build utils)))