Skip to content
Snippets Groups Projects
Commit e8f60629 authored by Rajeev Jain's avatar Rajeev Jain Committed by Adam J. Stewart
Browse files

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
parent b7ca7274
Branches
Tags
No related merge requests found
...@@ -45,7 +45,7 @@ class Meshkit(AutotoolsPackage): ...@@ -45,7 +45,7 @@ class Meshkit(AutotoolsPackage):
depends_on('mpi', when='+mpi') depends_on('mpi', when='+mpi')
depends_on('netgen', when='+netgen') depends_on('netgen', when='+netgen')
depends_on('cgm') depends_on('cgm')
depends_on('moab+irel+fbigeom') depends_on('moab+cgm+irel+fbigeom')
def configure_args(self): def configure_args(self):
spec = self.spec spec = self.spec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment