Trilinos: Add Tpetra_INST_INT_LONG_LONG to explicit template instantiation (#11060)
This commit is contained in:
parent
f237c81060
commit
0cb08e42f5
@ -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 New Issue
Block a user