From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F489158015 for ; Sat, 23 Dec 2023 16:05:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 828212BC01C; Sat, 23 Dec 2023 16:05:30 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 6CF642BC01C for ; Sat, 23 Dec 2023 16:05:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACA81343004 for ; Sat, 23 Dec 2023 16:05:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DFADAC2 for ; Sat, 23 Dec 2023 16:05:28 +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: <1703347509.60f42ca58ef409f2a08c17e6c62fd53b4cc5b87d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/caffe2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/caffe2/caffe2-2.1.1-r5.ebuild sci-libs/caffe2/caffe2-2.1.1-r6.ebuild X-VCS-Directories: sci-libs/caffe2/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 60f42ca58ef409f2a08c17e6c62fd53b4cc5b87d X-VCS-Branch: master Date: Sat, 23 Dec 2023 16:05:28 +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: 24b3095e-a118-42e5-8a6a-d938e63306bd X-Archives-Hash: 8540aa6e9efc2587422e35a2f8abfc37 commit: 60f42ca58ef409f2a08c17e6c62fd53b4cc5b87d Author: Alfredo Tupone gentoo org> AuthorDate: Sat Dec 23 16:04:31 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Dec 23 16:05:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f42ca5 sci-libs/caffe2: fix nvfuser python module Bug: https://bugs.gentoo.org/914572 Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/caffe2/{caffe2-2.1.1-r5.ebuild => caffe2-2.1.1-r6.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/caffe2/caffe2-2.1.1-r5.ebuild b/sci-libs/caffe2/caffe2-2.1.1-r6.ebuild similarity index 98% rename from sci-libs/caffe2/caffe2-2.1.1-r5.ebuild rename to sci-libs/caffe2/caffe2-2.1.1-r6.ebuild index 1dc4f2a32587..b22e5e52ead5 100644 --- a/sci-libs/caffe2/caffe2-2.1.1-r5.ebuild +++ b/sci-libs/caffe2/caffe2-2.1.1-r6.ebuild @@ -205,6 +205,7 @@ src_install() { mv "${ED}"/usr/include/torch python/torch/include || die if use cuda; then mv "${ED}${S}"/nvfuser python/nvfuser || die + mv "${ED}"/usr/$(get_libdir)/nvfuser.so python/nvfuser/_C.so || die fi rm -rf "${ED}${S}"/test rm -rf "${ED}${S}"/third_party