commit:     39642dae4479db8f6886188aa158c39cf7618a82
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 19:41:44 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 19:42:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39642dae

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 <AT> gentoo.org>

 sci-libs/mkl/mkl-2022.2.1.16993-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

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
 "

Reply via email to