diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-12-18 18:17:45 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-23 10:11:52 +0700 |
commit | 862359d6a0079577b4d5310e3ef307a7b4e8a29c (patch) | |
tree | 3658f086ac962037d588cda8e9dceb505daa59a5 /libraries/spfft | |
parent | f628401e989f775aff2ec2f843ab47097d0bf7af (diff) |
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>
Diffstat (limited to 'libraries/spfft')
-rw-r--r-- | libraries/spfft/spfft.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libraries/spfft/spfft.SlackBuild b/libraries/spfft/spfft.SlackBuild index 5faa837c321b..61642fa121c6 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 |