summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-02-07 15:05:50 +0100
committerMichał Górny <mgorny@gentoo.org>2019-02-07 15:20:10 +0100
commit60277c194990f22a084d2e73f56f26a1fd32c41c (patch)
treeebd310c2ce0ee908db3f24596950528867c4ba42 /sys-libs/libomp/libomp-7.0.9999.ebuild
parentdev-python/setuptools: Bump to 40.7.3 (diff)
downloadgentoo-60277c194990f22a084d2e73f56f26a1fd32c41c.tar.gz
gentoo-60277c194990f22a084d2e73f56f26a1fd32c41c.tar.bz2
gentoo-60277c194990f22a084d2e73f56f26a1fd32c41c.zip
sys-libs/libomp: Fix cuda-dep to nvidia-cuda-toolkit
Depend on dev-util/nvidia-cuda-toolkit rather than nvidia-cuda-sdk, as suggested by Robert. Closes: https://bugs.gentoo.org/677364 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/libomp/libomp-7.0.9999.ebuild')
-rw-r--r--sys-libs/libomp/libomp-7.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-7.0.9999.ebuild b/sys-libs/libomp/libomp-7.0.9999.ebuild
index 8c9332ca58e9..4e8766e7c458 100644
--- a/sys-libs/libomp/libomp-7.0.9999.ebuild
+++ b/sys-libs/libomp/libomp-7.0.9999.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
offload? (
virtual/libelf:=[${MULTILIB_USEDEP}]
virtual/libffi:=[${MULTILIB_USEDEP}]
- cuda? ( dev-util/nvidia-cuda-sdk:= )
+ cuda? ( dev-util/nvidia-cuda-toolkit:= )
)"
# tests:
# - dev-python/lit provides the test runner