commit: a7fab65def71ffd087ffdd1a5e66aa063148a8d9
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Wed Jan 28 15:12:19 2026 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan 28 17:39:49 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7fab65d
sci-ml/caffe2: 2.10.0 drop obsolete sed
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/caffe2/caffe2-2.10.0.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sci-ml/caffe2/caffe2-2.10.0.ebuild
b/sci-ml/caffe2/caffe2-2.10.0.ebuild
index 3fff8e886e50..0d78983d6dfd 100644
--- a/sci-ml/caffe2/caffe2-2.10.0.ebuild
+++ b/sci-ml/caffe2/caffe2-2.10.0.ebuild
@@ -252,9 +252,6 @@ src_prepare() {
# Workaround for libc++ issue
https://github.com/llvm/llvm-project/issues/100802
sed -e 's/std::memcpy/memcpy/g' -i torch/headeronly/util/Half.h
|| die
- # Typo: https://github.com/pytorch/pytorch/pull/166502
- sed -e 's/gloo_hiop/gloo_hip/' -i cmake/Modules/FindGloo.cmake
|| die
-
ebegin "HIPifying cuda sources"
FBCODE_BUILD_TOOL="buck" ${EPYTHON}
tools/amd_build/build_amd.py || die
eend $?