summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Williams <william@sandia.gov>2018-08-26 18:49:35 -0600
committerAdam J. Stewart <ajstewart426@gmail.com>2018-08-26 19:49:35 -0500
commitc56992587e9297663411ec8590f2a10b19597e8b (patch)
tree988adcc95d5a82ee051d395a1dd9458438ce7740
parentbba5967dcc02e7df7d16b9cf416c6615f145d420 (diff)
downloadspack-c56992587e9297663411ec8590f2a10b19597e8b.tar.gz
spack-c56992587e9297663411ec8590f2a10b19597e8b.tar.bz2
spack-c56992587e9297663411ec8590f2a10b19597e8b.tar.xz
spack-c56992587e9297663411ec8590f2a10b19597e8b.zip
Add line in trilinos/stk configuration to enable stk_ngp package. (#9082)
The Trilinos/stk configuration is pretty Nalu specific right now (and is acknowledged as such in a comment in package.py), and this commit enables a module that Nalu will be needing.
-rw-r--r--var/spack/repos/builtin/packages/trilinos/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/trilinos/package.py b/var/spack/repos/builtin/packages/trilinos/package.py
index ebcd27c28a..3a245e2df3 100644
--- a/var/spack/repos/builtin/packages/trilinos/package.py
+++ b/var/spack/repos/builtin/packages/trilinos/package.py
@@ -431,6 +431,7 @@ class Trilinos(CMakePackage):
# They can likely change when necessary in the future
options.extend([
'-DTrilinos_ENABLE_STKMesh:BOOL=ON',
+ '-DTrilinos_ENABLE_STKNGP:BOOL=ON',
'-DTrilinos_ENABLE_STKSimd:BOOL=ON',
'-DTrilinos_ENABLE_STKIO:BOOL=ON',
'-DTrilinos_ENABLE_STKTransfer:BOOL=ON',