summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-06-07 10:30:21 +0200
committerAlfredo Tupone <tupone@gentoo.org>2024-06-07 10:31:12 +0200
commite5dff3ee293c89d0b8b4d38b9273e350286a3eb9 (patch)
treea3c9cf258c091d057a57391e74596cb9b4eac48a /sci-libs/caffe2
parentapp-forensics/chkrootkit: add 0.58b (diff)
downloadgentoo-e5dff3ee293c89d0b8b4d38b9273e350286a3eb9.tar.gz
gentoo-e5dff3ee293c89d0b8b4d38b9273e350286a3eb9.tar.bz2
gentoo-e5dff3ee293c89d0b8b4d38b9273e350286a3eb9.zip
sci-libs/caffe2: fix patching
Closes: https://bugs.gentoo.org/933713 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/caffe2')
-rw-r--r--sci-libs/caffe2/caffe2-2.3.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/caffe2/caffe2-2.3.1.ebuild b/sci-libs/caffe2/caffe2-2.3.1.ebuild
index c01e904d8eb0..53c270458dd2 100644
--- a/sci-libs/caffe2/caffe2-2.3.1.ebuild
+++ b/sci-libs/caffe2/caffe2-2.3.1.ebuild
@@ -105,12 +105,12 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.13.0-install-dirs.patch
"${FILESDIR}"/${PN}-1.12.0-glog-0.6.0.patch
"${FILESDIR}"/${PN}-1.13.1-tensorpipe.patch
- "${FILESDIR}"/${P}-cudnn_include_fix.patch
+ "${FILESDIR}"/${PN}-2.3.0-cudnn_include_fix.patch
"${FILESDIR}"/${PN}-2.1.2-fix-rpath.patch
"${FILESDIR}"/${PN}-2.1.2-fix-openmp-link.patch
- "${FILESDIR}"/${P}-rocm-fix-std-cpp17.patch
+ "${FILESDIR}"/${PN}-2.3.0-rocm-fix-std-cpp17.patch
"${FILESDIR}"/${PN}-2.2.2-musl.patch
- "${FILESDIR}"/${P}-CMakeFix.patch
+ "${FILESDIR}"/${PN}-2.3.0-CMakeFix.patch
)
src_prepare() {