diff options
author | Jon Rood <jon.rood@nrel.gov> | 2019-04-02 18:38:52 -0600 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2019-04-02 17:38:52 -0700 |
commit | 0cb08e42f530967964f7be31b35d7f28a7130d16 (patch) | |
tree | 3d9cdbf8aacdadf65c571fd4601fa47cfbfd7475 /var | |
parent | f237c81060b81a7ac9e58b3ad9ce1b83808cc75d (diff) | |
download | spack-0cb08e42f530967964f7be31b35d7f28a7130d16.tar.gz spack-0cb08e42f530967964f7be31b35d7f28a7130d16.tar.bz2 spack-0cb08e42f530967964f7be31b35d7f28a7130d16.tar.xz spack-0cb08e42f530967964f7be31b35d7f28a7130d16.zip |
Trilinos: Add Tpetra_INST_INT_LONG_LONG to explicit template instantiation (#11060)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/trilinos/package.py | 1 |
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 4d52119a91..70069931d0 100644 --- a/var/spack/repos/builtin/packages/trilinos/package.py +++ b/var/spack/repos/builtin/packages/trilinos/package.py @@ -701,6 +701,7 @@ class Trilinos(CMakePackage): options.extend([ '-DTpetra_INST_DOUBLE:BOOL=ON', '-DTpetra_INST_INT_LONG:BOOL=ON', + '-DTpetra_INST_INT_LONG_LONG:BOOL=ON', '-DTpetra_INST_COMPLEX_DOUBLE=%s' % complex_s, '-DTpetra_INST_COMPLEX_FLOAT=%s' % complex_float_s, '-DTpetra_INST_FLOAT=%s' % float_s, |