diff options
author | Miezhiko <Miezhiko@gmail.com> | 2021-12-22 13:01:14 +0400 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-22 13:42:23 +0100 |
commit | c04e69c1ba5b2eb35268d2bceb8b91e46abf23a0 (patch) | |
tree | 270cb2aacbb823135129e52ecdbd046760cb9379 /sci-libs | |
parent | sci-libs/pytorch: fix src_install (diff) | |
download | sci-c04e69c1ba5b2eb35268d2bceb8b91e46abf23a0.tar.gz sci-c04e69c1ba5b2eb35268d2bceb8b91e46abf23a0.tar.bz2 sci-c04e69c1ba5b2eb35268d2bceb8b91e46abf23a0.zip |
sci-libs/pytorch: fix src_install (2)
Signed-off-by: Miezhiko <Miezhiko@gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/pytorch/pytorch-1.10.1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |