summaryrefslogtreecommitdiffstats
path: root/libraries/hdf5/hdf5.SlackBuild
diff options
context:
space:
mode:
author B. Watson2022-02-14 18:17:38 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:19:13 +0100
commit1570c754a9690d1583a676ec44980659be48d4aa (patch)
treeffcde8568e0ded85ad865b615b408991927bbcbf /libraries/hdf5/hdf5.SlackBuild
parenta717089ee1ed2f7be4a17e9b295ce84c320d62e5 (diff)
downloadslackbuilds-1570c754a9690d1583a676ec44980659be48d4aa.tar.gz
libraries/hdf5: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/hdf5/hdf5.SlackBuild')
-rw-r--r--libraries/hdf5/hdf5.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/hdf5/hdf5.SlackBuild b/libraries/hdf5/hdf5.SlackBuild
index 10cc458aa7..950e75fb3a 100644
--- a/libraries/hdf5/hdf5.SlackBuild
+++ b/libraries/hdf5/hdf5.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hdf5
VERSION=${VERSION:-1.10.6}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -112,6 +112,8 @@ rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.settings
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc