mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: petsc: Update to 3.10.4.
* gnu/packages/maths.scm (petsc): Update to 3.10.4.
This commit is contained in:
parent
886e97725d
commit
b2c52fc9ff
1 changed files with 5 additions and 5 deletions
|
@ -1637,7 +1637,7 @@ (define-public maxflow
|
||||||
(define-public petsc
|
(define-public petsc
|
||||||
(package
|
(package
|
||||||
(name "petsc")
|
(name "petsc")
|
||||||
(version "3.10.3")
|
(version "3.10.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1645,9 +1645,9 @@ (define-public petsc
|
||||||
(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 "10p9ap1rp6k8k2g8zdc505kdlsc3976fjymyp393sccjapm50dph"))))
|
(base32 "0fk16944zh3473ra198kdkxdn08rq7b6ap838hxy1mh1i0hb488r"))))
|
||||||
(outputs '("out" ;libraries and headers
|
(outputs '("out" ; libraries and headers
|
||||||
"examples")) ;~30MiB 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)))
|
||||||
|
@ -1660,7 +1660,7 @@ (define-public petsc
|
||||||
))
|
))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
#:parallel-build? #f ;build is parallel by default
|
#:parallel-build? #f ; build is parallel by default
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
`("--with-mpi=0"
|
`("--with-mpi=0"
|
||||||
"--with-openmp=1"
|
"--with-openmp=1"
|
||||||
|
|
Loading…
Reference in a new issue