gnu: armadillo: Update to 7.800.2.
* gnu/packages/maths.scm (armadillo): Update to 7.800.2.
This commit is contained in:
parent
a3656b11d2
commit
133cba8cb5
|
@ -2159,14 +2159,14 @@ full text searching.")
|
||||||
(define-public armadillo
|
(define-public armadillo
|
||||||
(package
|
(package
|
||||||
(name "armadillo")
|
(name "armadillo")
|
||||||
(version "7.600.2")
|
(version "7.800.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/arma/armadillo-"
|
(uri (string-append "mirror://sourceforge/arma/armadillo-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bac9y46m61zxinj51l82w06v01ra9vw7a9j6rrwdjhznkkdb437"))))
|
"1qqzy7dp891j9v7062mv1599hdwr97vqzrd3j2fl8c3gmc00dmzg"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments `(#:tests? #f)) ;no test target
|
(arguments `(#:tests? #f)) ;no test target
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue