Skip to content

Commit

Permalink
Merge pull request #1568 from bartlettroscoe/tril-11152-remove-undefi…
Browse files Browse the repository at this point in the history
…ned-tpl-deps

KokkosKernels: Remove listing of undefined TPL deps (trilinos/Trilinos#11152)
  • Loading branch information
ndellingwood authored Oct 18, 2022
2 parents cbb412d + b6f2365 commit 9acf300
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,6 +1,6 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_PACKAGES KokkosCore KokkosContainers KokkosAlgorithms
LIB_OPTIONAL_TPLS quadmath MKL BLAS LAPACK CUSPARSE MAGMA METIS SuperLU Cholmod LAPACKE CBLAS ARMPL ROCBLAS ROCSPARSE CUBLAS
LIB_OPTIONAL_TPLS quadmath MKL BLAS LAPACK CUSPARSE METIS SuperLU Cholmod CUBLAS
TEST_OPTIONAL_TPLS yaml-cpp
)
# NOTE: If you update names in LIB_OPTIONAL_TPLS above, make sure to map those names in
Expand Down

0 comments on commit 9acf300

Please sign in to comment.