Trilinos: Add Tpetra_INST_INT_LONG_LONG to explicit template instantiation (#11060)
This commit is contained in:
parent
f237c81060
commit
0cb08e42f5
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue