gnu: netcdf-parallel-openmpi: Allow MPI tests to pass.
* gnu/packages/maths.scm (netcdf-parallel-openmpi)[arguments]: Add 'mip-setup' phase.
This commit is contained in:
parent
5930963555
commit
51c55cedda
1 changed files with 5 additions and 1 deletions
|
@ -1607,7 +1607,11 @@ sharing of scientific data.")
|
|||
"--enable-parallel-tests"
|
||||
;; Shared libraries not supported with parallel IO.
|
||||
"--disable-shared" "--with-pic"
|
||||
,flags))))))
|
||||
,flags))
|
||||
((#:phases phases '%standard-phases)
|
||||
`(modify-phases ,phases
|
||||
(add-after 'build 'mpi-setup
|
||||
,%openmpi-setup)))))))
|
||||
|
||||
(define-public netcdf-fortran
|
||||
(package
|
||||
|
|
Reference in a new issue