From 618167fd15b3cfa74344c501294f609deff17c42 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 10 Mar 2025 15:21:30 -0600 Subject: [PATCH] Disable LIBDL in the configuration. --- bundled/kokkos-4.5.01/core/src/KokkosCore_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundled/kokkos-4.5.01/core/src/KokkosCore_config.h b/bundled/kokkos-4.5.01/core/src/KokkosCore_config.h index e0dd194dc0..4091b4be20 100644 --- a/bundled/kokkos-4.5.01/core/src/KokkosCore_config.h +++ b/bundled/kokkos-4.5.01/core/src/KokkosCore_config.h @@ -61,7 +61,7 @@ /* TPL Settings */ /* #undef KOKKOS_ENABLE_HWLOC */ -#define KOKKOS_ENABLE_LIBDL +/* #undef KOKKOS_ENABLE_LIBDL */ /* #undef KOKKOS_ENABLE_LIBQUADMATH */ /* #undef KOKKOS_ENABLE_ONEDPL */ /* #undef KOKKOS_ENABLE_ROCTHRUST */ -- 2.39.5