summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-14 19:57:45 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-14 20:43:22 +0100
commit0f5650b3f9d405459e18d18f88b2208f4cf76ac5 (patch)
tree40737ee84de62871b49c484b523955a7c7224aea /sys-devel/clang
parentx11-misc/slim: Added ebuilds for the resurrected upstream project (diff)
downloadgentoo-0f5650b3f9d405459e18d18f88b2208f4cf76ac5.tar.gz
gentoo-0f5650b3f9d405459e18d18f88b2208f4cf76ac5.tar.bz2
gentoo-0f5650b3f9d405459e18d18f88b2208f4cf76ac5.zip
sys-devel/clang: Update CUDA disable in 17.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang')
-rw-r--r--sys-devel/clang/clang-17.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-17.0.0.9999.ebuild b/sys-devel/clang/clang-17.0.0.9999.ebuild
index f1fb62495253..7b5d18fba497 100644
--- a/sys-devel/clang/clang-17.0.0.9999.ebuild
+++ b/sys-devel/clang/clang-17.0.0.9999.ebuild
@@ -279,7 +279,7 @@ multilib_src_configure() {
-DCLANG_DEFAULT_OPENMP_RUNTIME=libomp
# disable using CUDA to autodetect GPU, just build for all
- -DCMAKE_DISABLE_FIND_PACKAGE_CUDA=ON
+ -DCMAKE_DISABLE_FIND_PACKAGE_CUDAToolkit=ON
# disable linking to HSA to avoid automagic dep,
# load it dynamically instead
-DCMAKE_DISABLE_FIND_PACKAGE_hsa-runtime64=ON