petsc: Upgrade to 3.9.3.
* gnu/packages/maths.scm (petsc): Upgrade to 3.9.3. [arguments]: Remove unnecessary configure flags.master
parent
a3a99e27bb
commit
c15be1280e
|
@ -1580,7 +1580,7 @@ September 2004}")
|
||||||
(define-public petsc
|
(define-public petsc
|
||||||
(package
|
(package
|
||||||
(name "petsc")
|
(name "petsc")
|
||||||
(version "3.8.0")
|
(version "3.9.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1588,9 +1588,9 @@ 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 "1lajbk3c29hnh83v6cbmm3a8wv6bdykh0p70kwrr4vrnizalk88s"))))
|
(base32 "1fwkbwv4g7zf2lc8fw865xd0bl9anb6jaczfis5dff7h449gwa48"))))
|
||||||
(outputs '("out" ;libraries and headers
|
(outputs '("out" ;libraries and headers
|
||||||
"examples")) ;~24MiB of examples
|
"examples")) ;~30MiB of examples
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python" ,python-2)))
|
`(("python" ,python-2)))
|
||||||
|
@ -1607,11 +1607,7 @@ September 2004}")
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
`("--with-mpi=0"
|
`("--with-mpi=0"
|
||||||
"--with-openmp=1"
|
"--with-openmp=1"
|
||||||
"--with-superlu=1"
|
"--with-superlu=1")
|
||||||
,(string-append "--with-superlu-include="
|
|
||||||
(assoc-ref %build-inputs "superlu") "/include")
|
|
||||||
,(string-append "--with-superlu-lib="
|
|
||||||
(assoc-ref %build-inputs "superlu") "/lib/libsuperlu.a"))
|
|
||||||
#:make-flags
|
#:make-flags
|
||||||
;; Honor (parallel-job-count) for build. Do not use --with-make-np,
|
;; Honor (parallel-job-count) for build. Do not use --with-make-np,
|
||||||
;; whose value is dumped to $out/lib/petsc/conf/petscvariables.
|
;; whose value is dumped to $out/lib/petsc/conf/petscvariables.
|
||||||
|
|
Reference in New Issue