diff --git a/.github/workflows/testing-macos.yml b/.github/workflows/testing-macos.yml index 5d32ea8b48a..08480000a4b 100644 --- a/.github/workflows/testing-macos.yml +++ b/.github/workflows/testing-macos.yml @@ -6,6 +6,10 @@ on: - 'develop' pull_request: +# Workaround issue in Xcode 14.1/2 +env: + DEVELOPER_DIR: /Applications/Xcode_14.0.1.app/Contents/Developer + jobs: build-and-test: runs-on: macos-latest diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 42934e9b0fa..3aaeee5bd41 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -243,6 +243,7 @@ if (USE_ACCEL) target_link_libraries( dbcsr PRIVATE $<$:CUDA::cudart> + $<$:CUDA::cuda_driver> $<$:CUDA::cublas> $<$:CUDA::nvrtc> $<$:CUDA::nvToolsExt>