gnu: arpack-ng: Update to 3.8.0.
* gnu/packages/maths.scm (arpack-ng): Update to 3.8.0. [native-inputs]: Add PKG-CONFIG. [inputs]: Add EIGEN.master
parent
d4f02447ff
commit
6b496f7b32
|
@ -770,7 +770,7 @@ halfspaces) or by their double description with both representations.")
|
||||||
(define-public arpack-ng
|
(define-public arpack-ng
|
||||||
(package
|
(package
|
||||||
(name "arpack-ng")
|
(name "arpack-ng")
|
||||||
(version "3.6.3")
|
(version "3.8.0")
|
||||||
(home-page "https://github.com/opencollab/arpack-ng")
|
(home-page "https://github.com/opencollab/arpack-ng")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -778,14 +778,16 @@ halfspaces) or by their double description with both representations.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wljl96yqxc9v8r49c37lscwkdp58kaacfb9p6s6nvpm31haax4y"))))
|
"0l7as5z6xvbxly8alam9s4kws70952qq35a6vkljzayi4b9gbklx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)))
|
("libtool" ,libtool)
|
||||||
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("lapack" ,lapack)
|
`(("eigen" ,eigen)
|
||||||
|
("lapack" ,lapack)
|
||||||
("fortran" ,gfortran)))
|
("fortran" ,gfortran)))
|
||||||
(synopsis "Fortran subroutines for solving eigenvalue problems")
|
(synopsis "Fortran subroutines for solving eigenvalue problems")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue