Trilinos: Add Tpetra_INST_INT_LONG_LONG to explicit template instantiation (#11060)

This commit is contained in:
Jon Rood 2019-04-02 18:38:52 -06:00 committed by Peter Scheibel
parent f237c81060
commit 0cb08e42f5

View file

@ -701,6 +701,7 @@ def cmake_args(self):
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,