Skip to content

Commit

Permalink
Merge pull request #292 from fnalacceleratormodeling/egstern/291-pixi…
Browse files Browse the repository at this point in the history
…-build-on-linux-cpu-can-run-into-incompatible-libraries

Egstern/291 pixi build on linux cpu can run into incompatible libraries
  • Loading branch information
egstern authored Jun 26, 2024
2 parents 57b048b + f75c7ac commit 8ae3f9d
Show file tree
Hide file tree
Showing 3 changed files with 634 additions and 33 deletions.
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

0 comments on commit 8ae3f9d

Please sign in to comment.