trilinos: Enable LAPACK functionality in amesos2 (#28577)

This commit is contained in:
Seth R. Johnson 2022-01-25 20:30:40 -05:00 committed by GitHub
parent 38a1036c46
commit 5300cbbb2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -523,6 +523,7 @@ def define_enable(suffix, value=None):
define_from_variant('EpetraExt_BUILD_GRAPH_REORDERINGS',
'epetraextgraphreorderings'),
define_from_variant('Amesos2_ENABLE_Basker', 'basker'),
define_from_variant('Amesos2_ENABLE_LAPACK', 'amesos2'),
])
if '+dtk' in spec: