commit: be8651d12236d74a00140a355f63dbb470007adb Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat May 17 20:44:41 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat May 17 20:45:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8651d1
sci-ml/caffe2: restrict cutlass version to use Closes: https://bugs.gentoo.org/955683 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-ml/caffe2/caffe2-2.7.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-ml/caffe2/caffe2-2.7.0-r1.ebuild b/sci-ml/caffe2/caffe2-2.7.0-r1.ebuild index 2d63dc4b5bb3..e4485984f80d 100644 --- a/sci-ml/caffe2/caffe2-2.7.0-r1.ebuild +++ b/sci-ml/caffe2/caffe2-2.7.0-r1.ebuild @@ -111,7 +111,7 @@ DEPEND=" dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}] ') - cuda? ( >=dev-libs/cutlass-3.8.0 ) + cuda? ( ~dev-libs/cutlass-3.8.0 ) onednn? ( sci-ml/ideep ) qnnpack? ( dev-libs/clog ) "
