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 8E493158087 for ; Wed, 22 Dec 2021 14:33:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC7D72BC075; Wed, 22 Dec 2021 14:33:39 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id C343A2BC075 for ; Wed, 22 Dec 2021 14:33:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D6F99342E30 for ; Wed, 22 Dec 2021 14:33:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01319264 for ; Wed, 22 Dec 2021 14:33:36 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1640176943.c04e69c1ba5b2eb35268d2bceb8b91e46abf23a0.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/pytorch/pytorch-1.10.1.ebuild X-VCS-Directories: sci-libs/pytorch/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c04e69c1ba5b2eb35268d2bceb8b91e46abf23a0 X-VCS-Branch: master Date: Wed, 22 Dec 2021 14:33:36 +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: 3e21f721-cfd5-46f1-9e19-f451b31c7337 X-Archives-Hash: 70b4635617953aa8b837475b83873024 commit: c04e69c1ba5b2eb35268d2bceb8b91e46abf23a0 Author: Miezhiko gmail com> AuthorDate: Wed Dec 22 09:01:14 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Dec 22 12:42:23 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c04e69c1 sci-libs/pytorch: fix src_install (2) Signed-off-by: Miezhiko gmail.com> Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/pytorch/pytorch-1.10.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sci-libs/pytorch/pytorch-1.10.1.ebuild b/sci-libs/pytorch/pytorch-1.10.1.ebuild index 0377b626f..5a745c28f 100644 --- a/sci-libs/pytorch/pytorch-1.10.1.ebuild +++ b/sci-libs/pytorch/pytorch-1.10.1.ebuild @@ -307,7 +307,6 @@ src_install() { rm -rfv "${ED}/usr/include/include" rm -rfv "${ED}/usr/include/var" - rm -v "${ED}/usr/${LIB}/libtbb.so" || die rm -r "${ED}/usr/${LIB}/cmake" || die if use python; then