summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-03-26 17:46:52 +0200
committerAlfredo Tupone <tupone@gentoo.org>2023-03-26 20:10:30 +0200
commitde476863a8113542d076564b80f6a06883cbdc1b (patch)
tree51c137f5f734b61e1711edd4714a5431434a2172 /sci-libs
parentdev-python/pyopengl_accelerate: Stabilize 3.1.6-r1 x86, #899146 (diff)
downloadgentoo-de476863a8113542d076564b80f6a06883cbdc1b.tar.gz
gentoo-de476863a8113542d076564b80f6a06883cbdc1b.tar.bz2
gentoo-de476863a8113542d076564b80f6a06883cbdc1b.zip
sci-libs/caffe2: avoid the use of MKL
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/caffe2/caffe2-1.13.1-r4.ebuild1
1 files changed, 1 insertions, 0 deletions
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