Add cgm to moab, for resolving conflicts installing MeshKit on a brand new machine. (#4596)
Use spack install meshkit ^cgm+oce, for geometry engine support, by default cgm is facet-based
This commit is contained in:
parent
b7ca7274b8
commit
e8f60629fc
@ -45,7 +45,7 @@ class Meshkit(AutotoolsPackage):
|
||||
depends_on('mpi', when='+mpi')
|
||||
depends_on('netgen', when='+netgen')
|
||||
depends_on('cgm')
|
||||
depends_on('moab+irel+fbigeom')
|
||||
depends_on('moab+cgm+irel+fbigeom')
|
||||
|
||||
def configure_args(self):
|
||||
spec = self.spec
|
||||
|
Loading…
Reference in New Issue
Block a user