summaryrefslogtreecommitdiffstats
path: root/libraries/atlas
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-02-14 12:17:19 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-16 08:19:04 +0700
commit39abbc6754d908e54ea9dfef1b07dd310bd3e00d (patch)
tree85613495f36213865d36686620f06bd61b6415de /libraries/atlas
parentbfb6228271fae2291ae803fceeb1aa2fdf1e3045 (diff)
downloadslackbuilds-39abbc6754d908e54ea9dfef1b07dd310bd3e00d.tar.gz
slackbuilds-39abbc6754d908e54ea9dfef1b07dd310bd3e00d.tar.xz
libraries/atlas: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--libraries/atlas/atlas.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/atlas/atlas.SlackBuild b/libraries/atlas/atlas.SlackBuild
index 1446abd376..c5204336f1 100644
--- a/libraries/atlas/atlas.SlackBuild
+++ b/libraries/atlas/atlas.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=atlas
VERSION=${VERSION:-3.10.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -429,6 +429,8 @@ if [ "$LAPACK_SOURCE" ]; then
)
fi
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc