Nalu requires Trilinos with Exodus support (#4505)
* Disabling Exodus in Trilinos by default. * Returning default of Exodus to true in Trilinos.
This commit is contained in:
parent
e627447417
commit
6762714302
@ -43,7 +43,7 @@ class Nalu(CMakePackage):
|
||||
|
||||
# Currently Nalu only builds static libraries; To be fixed soon
|
||||
depends_on('yaml-cpp+fpic~shared')
|
||||
depends_on('trilinos~shared+tpetra+muelu+belos+ifpack2+amesos2+zoltan+stk+boost~superlu-dist+superlu+hdf5+zlib+pnetcdf@master')
|
||||
depends_on('trilinos~shared+exodus+tpetra+muelu+belos+ifpack2+amesos2+zoltan+stk+boost~superlu-dist+superlu+hdf5+zlib+pnetcdf@master')
|
||||
|
||||
def build_type(self):
|
||||
if '+debug' in self.spec:
|
||||
|
Loading…
Reference in New Issue
Block a user