summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-04-02 18:30:02 +0200
committerAlfredo Tupone <tupone@gentoo.org>2024-04-02 18:30:46 +0200
commit3334e25d840565f8a94b4e9cc937397ba8385866 (patch)
treee7a7734556b2c9c6271cb578c2ce28669d758a39 /sci-libs
parentprofiles: remove dev-games/mygui mask (diff)
downloadgentoo-3334e25d840565f8a94b4e9cc937397ba8385866.tar.gz
gentoo-3334e25d840565f8a94b4e9cc937397ba8385866.tar.bz2
gentoo-3334e25d840565f8a94b4e9cc937397ba8385866.zip
sci-libs/gloo: addpredict for cuda
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/gloo/gloo-2023.07.19.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-libs/gloo/gloo-2023.07.19.ebuild b/sci-libs/gloo/gloo-2023.07.19.ebuild
index 7874c81385f2..5bdcf1d00a44 100644
--- a/sci-libs/gloo/gloo-2023.07.19.ebuild
+++ b/sci-libs/gloo/gloo-2023.07.19.ebuild
@@ -57,6 +57,8 @@ src_configure() {
-DUSE_TCP_OPENSSL_LINK=$(usex ssl ON OFF)
)
if use cuda; then
+ addpredict "/proc/self/task"
+
mycmakeargs+=(
-DCMAKE_CUDA_FLAGS="$(cuda_gccdir -f | tr -d \")"
)