diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-12-10 20:41:44 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-12-10 20:42:57 +0100 |
commit | 39642dae4479db8f6886188aa158c39cf7618a82 (patch) | |
tree | 156be6c1f69edc4a9653a843c2bd8395ca0f4227 /sci-libs | |
parent | dev-python/spotipy: bump to 2.22.0 (diff) | |
download | gentoo-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')
-rw-r--r-- | sci-libs/mkl/mkl-2022.2.1.16993-r1.ebuild | 2 |
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 " |