diff options
author | Giancarlo Dessi <slack@giand.it> | 2024-04-17 21:51:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-19 21:32:11 +0700 |
commit | b713867fb73ed493b07339768a076ce86ae8d01c (patch) | |
tree | 3c45fa17d2d8774b54d54ecee1eb2062b7298f63 /gis/pdal/pdal.SlackBuild | |
parent | cd085a79f359d37f1a39999ebdca593ae05b28fc (diff) |
gis/pdal: Updated for version 2.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/pdal/pdal.SlackBuild')
-rw-r--r-- | gis/pdal/pdal.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gis/pdal/pdal.SlackBuild b/gis/pdal/pdal.SlackBuild index 8afd90f00d1a1..dfb181ed1148e 100644 --- a/gis/pdal/pdal.SlackBuild +++ b/gis/pdal/pdal.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pdal SRCNAM=PDAL -VERSION=${VERSION:-2.7.0} +VERSION=${VERSION:-2.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -53,7 +53,7 @@ fi # ************************************************************************* -# Users that have a standard installation of proprietary MatLAB would enable +# Users that have a standard installation of proprietary MatLAB would enable # the build of Matlab plugin. This is disabled by default BUILDMATLAB="" ; [ "${MATLAB:-no}" = "yes" ] && \ BUILDMATLAB="-DBUILD_PLUGIN_MATLAB=ON" @@ -131,8 +131,8 @@ cd .. 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 - -# Remove empty directories and fix permissions (issues found by sbopkglint) + +# Remove empty directories and fix permissions (issues found by sbopkglint) rmdir $PKG/usr/include/pdal/filters/private/csf rmdir $PKG/usr/include/pdal/filters/private/miniball chmod 644 $PKG/usr/include/pdal/*.hpp |