gnu: petsc-complex-mpi: Setup MPI for tests.

* gnu/packages/maths.scm (petsc-complex-mpi)[arguments]: Add 'mpi-setup
phase.
master
Eric Bavier 2019-05-30 23:27:46 -05:00
parent 5c48519204
commit e586c6faf3
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 5 additions and 1 deletions

View File

@ -1845,7 +1845,11 @@ scientific applications modeled by partial differential equations.")
``("--with-mpiexec=mpirun"
,(string-append "--with-mpi-dir="
(assoc-ref %build-inputs "openmpi"))
,@(delete "--with-mpi=0" ,cf)))))
,@(delete "--with-mpi=0" ,cf)))
((#:phases phases)
`(modify-phases ,phases
(add-before 'configure 'mpi-setup
,%openmpi-setup)))))
(synopsis "Library to solve PDEs (with complex scalars and MPI support)")))
(define-public python-petsc4py