Skip to content

Commit

Permalink
Correcting package name to prevent Trilinos build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalash committed Nov 26, 2024
1 parent 4a91e6a commit 225c79e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def cmake_args(self):
'ON' if '+isorropia' in spec else 'OFF'),
'-DTrilinos_ENABLE_Kokkos:BOOL=%s' % (
'ON' if '+kokkos' in spec else 'OFF'),
'-DKOKKOS_ENABLE_LIBDL:BOOL=%s' % (
'-DKokkos_ENABLE_LIBDL:BOOL=%s' % (
'ON' if '+kokkos' in spec else 'OFF'),
'-DTrilinos_ENABLE_MiniTensor=%s' % (
'ON' if '+minitensor' in spec else 'OFF'),
Expand Down

0 comments on commit 225c79e

Please sign in to comment.