FEniCS: workaround concretization issue with PETSc (#10235)
This commit is contained in:
parent
60968a3fbf
commit
aca195367e
@ -58,7 +58,9 @@ class Fenics(CMakePackage):
|
|||||||
depends_on('boost+filesystem+program_options+system+iostreams+timer+regex+chrono')
|
depends_on('boost+filesystem+program_options+system+iostreams+timer+regex+chrono')
|
||||||
|
|
||||||
depends_on('mpi', when='+mpi')
|
depends_on('mpi', when='+mpi')
|
||||||
depends_on('hdf5+hl', when='+hdf5')
|
# FIXME: next line fixes concretization with petsc
|
||||||
|
depends_on('hdf5+hl+fortran', when='+hdf5+petsc')
|
||||||
|
depends_on('hdf5+hl', when='+hdf5~petsc')
|
||||||
depends_on('parmetis@4.0.2:^metis+real64', when='+parmetis')
|
depends_on('parmetis@4.0.2:^metis+real64', when='+parmetis')
|
||||||
depends_on('scotch~metis', when='+scotch~mpi')
|
depends_on('scotch~metis', when='+scotch~mpi')
|
||||||
depends_on('scotch+mpi~metis', when='+scotch+mpi')
|
depends_on('scotch+mpi~metis', when='+scotch+mpi')
|
||||||
|
Loading…
Reference in New Issue
Block a user