commit:     eaec59855c374673be0c724ed392eeff4cc4c9ab
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 17 18:36:35 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 17 18:54:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaec5985

sci-libs/mkl: Default to GNU threading

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/sci-libs/mkl/mkl-2025.2.0.628.ebuild 
b/sci-libs/mkl/mkl-2025.2.0.628.ebuild
index 0d2a1b3216a0..4780fa8d0b05 100644
--- a/sci-libs/mkl/mkl-2025.2.0.628.ebuild
+++ b/sci-libs/mkl/mkl-2025.2.0.628.ebuild
@@ -98,6 +98,8 @@ src_install() {
                # we need to duplicate it in ROOTPATH for Portage to respect...
                ROOTPATH="${EPREFIX}/opt/intel/oneapi/mkl/${PN_VER}/bin"
                LDPATH="${EPREFIX}/opt/intel/oneapi/mkl/${PN_VER}/lib"
+               # Default to GNU threading -- we do not package Intel OpenMP
+               MKL_THREADING_LAYER=gnu
        _EOF_
 }
 

Reply via email to