Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Egstern/291 pixi build on linux cpu can run into incompatible libraries #292

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,11 @@ else()
ON
CACHE BOOL "enable CUDA LAMBDA feature" FORCE)
message(STATUS "Using vendored copy of kokkos with CUDA")
set(Kokkos_ENABLE_LIBDL
OFF
CACHE BOOL "Turn usage of LIBDL off in Kokkos" FORCE)
message(STATUS "Disabled the use of LIBDL in Kokkos")
endif()
endif()
set(Kokkos_ENABLE_LIBDL
OFF
CACHE BOOL "Turn usage of LIBDL off in Kokkos" FORCE)
message(STATUS "Disabled the use of LIBDL in Kokkos")
add_subdirectory(src/synergia/utils/kokkos)
include_directories(${Kokkos_INCLUDE_DIRS_RET})
set(kokkos_libs kokkos)
Expand Down
Loading