diff options
author | 2024-12-11 22:31:37 +0100 | |
---|---|---|
committer | 2024-12-11 22:32:18 +0100 | |
commit | f012be53f34f42f7e9cc977a8ecc59770f938881 (patch) | |
tree | d4fb7f13d9f0ae223e6b41e9c0d17caf85ca0289 /sci-libs | |
parent | profiles: Mask app-text/kjots, kde-apps/knotes for removal (diff) | |
download | gentoo-f012be53f34f42f7e9cc977a8ecc59770f938881.tar.gz gentoo-f012be53f34f42f7e9cc977a8ecc59770f938881.tar.bz2 gentoo-f012be53f34f42f7e9cc977a8ecc59770f938881.zip |
sci-libs/caffe2: oneDNN-3.6 is not compatible
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/caffe2/caffe2-2.5.1-r6.ebuild (renamed from sci-libs/caffe2/caffe2-2.5.1-r5.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/caffe2/caffe2-2.5.1-r5.ebuild b/sci-libs/caffe2/caffe2-2.5.1-r6.ebuild index 8f23871b42b1..42f843a02f98 100644 --- a/sci-libs/caffe2/caffe2-2.5.1-r5.ebuild +++ b/sci-libs/caffe2/caffe2-2.5.1-r6.ebuild @@ -60,7 +60,7 @@ RDEPEND=" numpy? ( $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_USEDEP}] ') ) - onednn? ( dev-libs/oneDNN ) + onednn? ( =dev-libs/oneDNN-3.5* ) opencl? ( virtual/opencl ) qnnpack? ( !sci-libs/QNNPACK |