From configure: -- USE_MEM_EFF_ATTENTION : OFF I will try to create my own ebuild with all the stuff. Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5884bcb1fc524663d88eb2b1e0448ee7854f74c4 commit 5884bcb1fc524663d88eb2b1e0448ee7854f74c4 Author: Alfredo Tupone <tupone@gentoo.org> AuthorDate: 2025-03-20 22:01:31 +0000 Commit: Alfredo Tupone <tupone@gentoo.org> CommitDate: 2025-03-20 22:06:16 +0000 sci-ml/caffe2: enable mem efficient attention via use Closes: https://bugs.gentoo.org/947932 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> sci-ml/caffe2/caffe2-2.5.1-r8.ebuild | 13 +++++++++++-- sci-ml/caffe2/caffe2-2.6.0.ebuild | 13 +++++++++++-- sci-ml/caffe2/metadata.xml | 1 + 3 files changed, 23 insertions(+), 4 deletions(-)
(In reply to Larry the Git Cow from comment #1) > The bug has been closed via the following commit(s): > > https://gitweb.gentoo.org/repo/gentoo.git/commit/ > ?id=5884bcb1fc524663d88eb2b1e0448ee7854f74c4 > > commit 5884bcb1fc524663d88eb2b1e0448ee7854f74c4 > Author: Alfredo Tupone <tupone@gentoo.org> > AuthorDate: 2025-03-20 22:01:31 +0000 > Commit: Alfredo Tupone <tupone@gentoo.org> > CommitDate: 2025-03-20 22:06:16 +0000 > > sci-ml/caffe2: enable mem efficient attention via use > > Closes: https://bugs.gentoo.org/947932 > Signed-off-by: Alfredo Tupone <tupone@gentoo.org> > > sci-ml/caffe2/caffe2-2.5.1-r8.ebuild | 13 +++++++++++-- > sci-ml/caffe2/caffe2-2.6.0.ebuild | 13 +++++++++++-- > sci-ml/caffe2/metadata.xml | 1 + > 3 files changed, 23 insertions(+), 4 deletions(-) This commit has a bad "die" instead of "|| die" and the sed fails.
I think is fixed now