gmsh: add netgen and tetgen (#8060)
* gmsh: add netgen and tetgen dealii: require gmsh+netgen+tetgen netgen: use http instead of https * dealii: add oce requirement to gmsh
This commit is contained in:

committed by
Massimiliano Culpo

parent
55473dd321
commit
206e61bafd
@@ -120,7 +120,7 @@ class Dealii(CMakePackage, CudaPackage):
|
||||
depends_on('assimp', when='@9.0:+assimp')
|
||||
depends_on('doxygen+graphviz', when='+doc')
|
||||
depends_on('graphviz', when='+doc')
|
||||
depends_on('gmsh', when='@9.0:+gmsh', type=('build', 'run'))
|
||||
depends_on('gmsh+tetgen+netgen+oce', when='@9.0:+gmsh', type=('build', 'run'))
|
||||
depends_on('gsl', when='@8.5.0:+gsl')
|
||||
depends_on('hdf5+mpi+hl', when='+hdf5+mpi')
|
||||
depends_on('cuda@8:', when='+cuda')
|
||||
|
Reference in New Issue
Block a user