commit: 7016eada548b591cdeacaaf50aeca219128835b0 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue May 7 06:04:38 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue May 7 06:05:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7016eada
sci-libs/caffe2: fix musl build Closes: https://bugs.gentoo.org/930641 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-libs/caffe2/caffe2-2.2.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/caffe2/caffe2-2.2.2-r1.ebuild b/sci-libs/caffe2/caffe2-2.2.2-r1.ebuild index 60112b1a722e..cd3d8757daa6 100644 --- a/sci-libs/caffe2/caffe2-2.2.2-r1.ebuild +++ b/sci-libs/caffe2/caffe2-2.2.2-r1.ebuild @@ -106,6 +106,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.1.2-fix-rpath.patch "${FILESDIR}"/${PN}-2.1.2-fix-openmp-link.patch "${FILESDIR}"/${PN}-2.1.2-rocm-fix-std-cpp17.patch + "${FILESDIR}"/${P}-musl.patch ) src_prepare() {
