summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-12-10 20:41:44 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-12-10 20:42:57 +0100
commit39642dae4479db8f6886188aa158c39cf7618a82 (patch)
tree156be6c1f69edc4a9653a843c2bd8395ca0f4227 /sci-libs/mkl/mkl-2022.2.1.16993-r1.ebuild
parentdev-python/spotipy: bump to 2.22.0 (diff)
downloadgentoo-39642dae4479db8f6886188aa158c39cf7618a82.tar.gz
gentoo-39642dae4479db8f6886188aa158c39cf7618a82.tar.bz2
gentoo-39642dae4479db8f6886188aa158c39cf7618a82.zip
sci-libs/mkl: add some missing dependencies
there is an optional runtime dependency on DPC++ (currently in ::sci) which causes the remaining unresolved soname Bug: https://bugs.gentoo.org/885361 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/mkl/mkl-2022.2.1.16993-r1.ebuild')
-rw-r--r--sci-libs/mkl/mkl-2022.2.1.16993-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-libs/mkl/mkl-2022.2.1.16993-r1.ebuild b/sci-libs/mkl/mkl-2022.2.1.16993-r1.ebuild
index 63e646576e0a..2db42ce2ecab 100644
--- a/sci-libs/mkl/mkl-2022.2.1.16993-r1.ebuild
+++ b/sci-libs/mkl/mkl-2022.2.1.16993-r1.ebuild
@@ -27,6 +27,8 @@ RESTRICT="strip"
RDEPEND="
app-eselect/eselect-blas
app-eselect/eselect-lapack
+ dev-cpp/tbb
+ dev-libs/opencl-icd-loader
sys-cluster/mpich
sys-libs/libomp
"