diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-11-12 16:36:43 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-17 18:42:55 +0700 |
commit | b482c1333285c8389f4aa8ab200121e70723c4e8 (patch) | |
tree | bb6fd3fee1cf974c6a2960939cdd57876ec290da /gis/pdal/pdal.SlackBuild | |
parent | ac5f8c6f2b2ef2938f83b576aa748304b75f1c68 (diff) | |
download | slackbuilds-b482c1333285c8389f4aa8ab200121e70723c4e8.tar.gz |
gis/pdal: Updated for version 1.8.0.
Diffstat (limited to 'gis/pdal/pdal.SlackBuild')
-rw-r--r-- | gis/pdal/pdal.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gis/pdal/pdal.SlackBuild b/gis/pdal/pdal.SlackBuild index a066a30361..466446b450 100644 --- a/gis/pdal/pdal.SlackBuild +++ b/gis/pdal/pdal.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=pdal SRCNAM=PDAL -VERSION=${VERSION:-1.7.2} +VERSION=${VERSION:-1.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,9 +70,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# prevent build failure on warnings -sed -i "/Werror/d" cmake/unix_compiler_options.cmake - mkdir -p build cd build cmake \ @@ -85,6 +82,8 @@ cd build -DBUILD_PGPOINTCLOUD_TESTS=OFF \ -DBUILD_PLUGIN_PGPOINTCLOUD=ON \ -DBUILD_PLUGIN_SQLITE=ON \ + -DBUILD_PLUGIN_DELAUNAY=ON \ + -DWITH_COMPLETION=ON \ .. make install DESTDIR=$PKG cd .. @@ -94,7 +93,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS.txt ChangeLog LICENSE.txt README.md RELEASENOTES.rst \ + AUTHORS.txt CITATION ChangeLog LICENSE.txt README.md RELEASENOTES.txt \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |