From: Wolfgang Bangerth Date: Mon, 10 Mar 2025 21:21:30 +0000 (-0600) Subject: Disable LIBDL in the configuration. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=618167fd15b3cfa74344c501294f609deff17c42;p=dealii.git Disable LIBDL in the configuration. --- 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 */