From de476863a8113542d076564b80f6a06883cbdc1b Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sun, 26 Mar 2023 17:46:52 +0200 Subject: sci-libs/caffe2: avoid the use of MKL Signed-off-by: Alfredo Tupone --- sci-libs/caffe2/caffe2-1.13.1-r4.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'sci-libs') diff --git a/sci-libs/caffe2/caffe2-1.13.1-r4.ebuild b/sci-libs/caffe2/caffe2-1.13.1-r4.ebuild index 133fd14a1f9d..afc6a29fc8df 100644 --- a/sci-libs/caffe2/caffe2-1.13.1-r4.ebuild +++ b/sci-libs/caffe2/caffe2-1.13.1-r4.ebuild @@ -144,6 +144,7 @@ src_configure() { -DPYBIND11_PYTHON_VERSION="${EPYTHON#python}" -DPYTHON_EXECUTABLE="${PYTHON}" -DUSE_ITT=OFF + -DBLAS=Eigen # avoid the use of MKL, if found on the system -DUSE_SYSTEM_EIGEN_INSTALL=ON -DUSE_SYSTEM_PTHREADPOOL=ON -DUSE_SYSTEM_FXDIV=ON -- cgit v1.2.3-65-gdbad