Archived
1
0
Fork 0

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:
Ludovic Courtès 2020-08-26 00:46:42 +02:00 committed by Ludovic Courtès
parent 5930963555
commit 51c55cedda
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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