mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: dealii-openmpi: Add hdf5-parallel-openmpi input.
* gnu/packages/maths.scm (dealii-openmpi)[inputs]: Add hdf5-parallel-openmpi.
This commit is contained in:
parent
a13e0f3db4
commit
4d44bcad56
1 changed files with 1 additions and 0 deletions
|
@ -3561,6 +3561,7 @@ (define-public dealii-openmpi
|
||||||
(inputs
|
(inputs
|
||||||
`(("mpi" ,openmpi)
|
`(("mpi" ,openmpi)
|
||||||
;;Supported only with MPI:
|
;;Supported only with MPI:
|
||||||
|
("hdf5" ,hdf5-parallel-openmpi) ;TODO: have petsc-openmpi propagate?
|
||||||
("p4est" ,p4est-openmpi)
|
("p4est" ,p4est-openmpi)
|
||||||
("petsc" ,petsc-openmpi)
|
("petsc" ,petsc-openmpi)
|
||||||
("slepc" ,slepc-openmpi)
|
("slepc" ,slepc-openmpi)
|
||||||
|
|
Loading…
Reference in a new issue