gnu: dealii-openmpi: Add hdf5-parallel-openmpi input.

* gnu/packages/maths.scm (dealii-openmpi)[inputs]: Add hdf5-parallel-openmpi.
master
Eric Bavier 2019-05-31 19:35:56 -05:00
parent a13e0f3db4
commit 4d44bcad56
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 1 additions and 0 deletions

View File

@ -3561,6 +3561,7 @@ in finite element programs.")
(inputs
`(("mpi" ,openmpi)
;;Supported only with MPI:
("hdf5" ,hdf5-parallel-openmpi) ;TODO: have petsc-openmpi propagate?
("p4est" ,p4est-openmpi)
("petsc" ,petsc-openmpi)
("slepc" ,slepc-openmpi)