summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2022-12-18 10:17:45 +0100
committer Willy Sudiarto Raharjo2022-12-23 04:11:52 +0100
commit862359d6a0079577b4d5310e3ef307a7b4e8a29c (patch)
tree3658f086ac962037d588cda8e9dceb505daa59a5
parentf628401e989f775aff2ec2f843ab47097d0bf7af (diff)
downloadslackbuilds-862359d6a0079577b4d5310e3ef307a7b4e8a29c.tar.gz
libraries/spfft: Remove template comment.
This now passes sbolint. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/spfft/spfft.SlackBuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/libraries/spfft/spfft.SlackBuild b/libraries/spfft/spfft.SlackBuild
index 5faa837c32..61642fa121 100644
--- a/libraries/spfft/spfft.SlackBuild
+++ b/libraries/spfft/spfft.SlackBuild
@@ -132,12 +132,9 @@ all:
gfortran example.f90 -o example_f -I/usr/include/spfft -lspfft
EOF
-
# Don't ship .la files:
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
-# Strip binaries and libraries - this can be done with 'make install-strip'
-# in many source trees, and that's usually acceptable, if not, use this:
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