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>
This commit is contained in:
Andrew Clemons 2022-12-18 18:17:45 +09:00 committed by Willy Sudiarto Raharjo
parent f628401e98
commit 862359d6a0
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 0 additions and 3 deletions

View File

@ -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