From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 061E61581EE for ; Fri, 21 Mar 2025 22:12:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E47B834323D for ; Fri, 21 Mar 2025 22:12:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DE6FE1104AB; Fri, 21 Mar 2025 22:12:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D36EE1104AB for ; Fri, 21 Mar 2025 22:12:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85427343211 for ; Fri, 21 Mar 2025 22:12:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA33E1F7D for ; Fri, 21 Mar 2025 22:12:54 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1742595157.2cb3eedf9f08e841e4623c3636429a232135a9f5.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-ml/caffe2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-ml/caffe2/caffe2-2.5.1-r8.ebuild sci-ml/caffe2/caffe2-2.6.0.ebuild X-VCS-Directories: sci-ml/caffe2/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 2cb3eedf9f08e841e4623c3636429a232135a9f5 X-VCS-Branch: master Date: Fri, 21 Mar 2025 22:12:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7ba774f1-72cd-497d-9e8a-11b71aa267ea X-Archives-Hash: 82ab364b9f16656f512d242fb025dce8 commit: 2cb3eedf9f08e841e4623c3636429a232135a9f5 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Mar 21 22:08:14 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Mar 21 22:12:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb3eedf sci-ml/caffe2: fix prefix Closes: https://bugs.gentoo.org/948897 Signed-off-by: Alfredo Tupone gentoo.org> sci-ml/caffe2/caffe2-2.5.1-r8.ebuild | 4 ++-- sci-ml/caffe2/caffe2-2.6.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-ml/caffe2/caffe2-2.5.1-r8.ebuild b/sci-ml/caffe2/caffe2-2.5.1-r8.ebuild index f32531970143..d62de604417b 100644 --- a/sci-ml/caffe2/caffe2-2.5.1-r8.ebuild +++ b/sci-ml/caffe2/caffe2-2.5.1-r8.ebuild @@ -323,9 +323,9 @@ src_install() { ln -s ../../../../../include/torch \ "${D}$(python_get_sitedir)"/torch/include/torch || die # bug 923269 - mv "${D}"/usr/bin/torch_shm_manager \ + mv "${ED}"/usr/bin/torch_shm_manager \ "${D}"/$(python_get_sitedir)/torch/bin/ || die - mv "${D}"/usr/$(get_libdir)/libtorch_global_deps.so \ + mv "${ED}"/usr/$(get_libdir)/libtorch_global_deps.so \ "${D}"/$(python_get_sitedir)/torch/lib/ || die } diff --git a/sci-ml/caffe2/caffe2-2.6.0.ebuild b/sci-ml/caffe2/caffe2-2.6.0.ebuild index d47ee444f2d2..16bd774af57d 100644 --- a/sci-ml/caffe2/caffe2-2.6.0.ebuild +++ b/sci-ml/caffe2/caffe2-2.6.0.ebuild @@ -323,9 +323,9 @@ src_install() { ln -s ../../../../../include/torch \ "${D}$(python_get_sitedir)"/torch/include/torch || die # bug 923269 - mv "${D}"/usr/bin/torch_shm_manager \ + mv "${ED}"/usr/bin/torch_shm_manager \ "${D}"/$(python_get_sitedir)/torch/bin/ || die - mv "${D}"/usr/$(get_libdir)/libtorch_global_deps.so \ + mv "${ED}"/usr/$(get_libdir)/libtorch_global_deps.so \ "${D}"/$(python_get_sitedir)/torch/lib/ || die }