Skip to content

Commit

Permalink
Manually remove redundant Kokkos dep (#11545)
Browse files Browse the repository at this point in the history
Somehow, the script remove_kokkos_subpackages_r.sh did not remove this
redundancy.  (This is likely because Kokkos was at the end of the line with no
space and no ')' char .)  But this looks to be the only case in Trilinos it
appears where redundant 'Kokkos Kokkos' was not removed by that script.
  • Loading branch information
bartlettroscoe committed May 4, 2023
1 parent 099d057 commit 0ba9eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_PACKAGES Kokkos Kokkos
LIB_REQUIRED_PACKAGES Kokkos
LIB_OPTIONAL_TPLS quadmath MKL BLAS LAPACK CUSPARSE METIS SuperLU Cholmod CUBLAS ROCBLAS ROCSPARSE
TEST_OPTIONAL_TPLS yaml-cpp
)
Expand Down

0 comments on commit 0ba9eaa

Please sign in to comment.