gnu: petsc: Update to 3.8.0.

* gnu/packages/maths.scm (petsc): Update to 3.8.0
[native-inputs]: Remove perl, which is no longer needed.
master
Eric Bavier 2017-10-24 15:33:38 -05:00
parent 6f141eff47
commit 6fec298d3e
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 3 additions and 4 deletions

View File

@ -1460,7 +1460,7 @@ September 2004}")
(define-public petsc (define-public petsc
(package (package
(name "petsc") (name "petsc")
(version "3.7.6") (version "3.8.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1468,11 +1468,10 @@ September 2004}")
(uri (string-append "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/" (uri (string-append "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/"
"petsc-lite-" version ".tar.gz")) "petsc-lite-" version ".tar.gz"))
(sha256 (sha256
(base32 "1y3f5jjq0v5b62i3sabp4kp5mgfyp3vnk0dxhwkrhpypax77nzxh")))) (base32 "1lajbk3c29hnh83v6cbmm3a8wv6bdykh0p70kwrr4vrnizalk88s"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("python" ,python-2) `(("python" ,python-2)))
("perl" ,perl)))
(inputs (inputs
`(("gfortran" ,gfortran) `(("gfortran" ,gfortran)
("lapack" ,lapack) ("lapack" ,lapack)