Skip to content

Commit

Permalink
Run script remove_kokkos_subpackages_from_trilinos_packages_r.sh (#11…
Browse files Browse the repository at this point in the history
…545)

This is the result of running the script:

  cd Trilinos/
  ../commonTools/refactoring/refactors/remove_kokkos_subpackages_from_trilinos_packages_r.sh

which calls remove_kokkos_subpackages_r.sh to absorb the refactoring of Kokkos
to remove the usage of TriBITS subpackages.

Manual changes may need to be made after this to remove duplciation in various
logic (see comments in the scripts).
  • Loading branch information
bartlettroscoe committed May 4, 2023
1 parent 311157f commit 099d057
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 KokkosCore KokkosContainers KokkosAlgorithms
LIB_REQUIRED_PACKAGES Kokkos 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 099d057

Please sign in to comment.