diff options
author | David Seifert <soap@gentoo.org> | 2020-08-23 19:01:04 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-08-23 19:01:04 +0200 |
commit | 77a6e572a3734cbfb13c26ed3ab1e0ae9d0ef5a1 (patch) | |
tree | 39c7ff24fc14a56e500d5b529f37be77602858d1 /sci-libs | |
parent | sci-libs/amd: Remove libtool archives (diff) | |
download | gentoo-77a6e572a3734cbfb13c26ed3ab1e0ae9d0ef5a1.tar.gz gentoo-77a6e572a3734cbfb13c26ed3ab1e0ae9d0ef5a1.tar.bz2 gentoo-77a6e572a3734cbfb13c26ed3ab1e0ae9d0ef5a1.zip |
sci-libs/arpack: Remove libtool archives
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/arpack/arpack-3.5.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-libs/arpack/arpack-3.5.0.ebuild b/sci-libs/arpack/arpack-3.5.0.ebuild index aced391f4b38..fe0ae23d0c28 100644 --- a/sci-libs/arpack/arpack-3.5.0.ebuild +++ b/sci-libs/arpack/arpack-3.5.0.ebuild @@ -56,4 +56,7 @@ src_install() { dodoc -r PARPACK/EXAMPLES/MPI fi fi + + # no static archives + find "${D}" -name '*.la' -delete || die } |