gis/pdal: Updated for version 1.8.0.

This commit is contained in:
Benjamin Trigona-Harany 2018-11-12 16:36:43 -08:00 committed by Willy Sudiarto Raharjo
parent ac5f8c6f2b
commit b482c13332
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 8 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="pdal"
VERSION="1.7.2"
VERSION="1.8.0"
HOMEPAGE="http://pointcloud.org"
DOWNLOAD="https://github.com/PDAL/PDAL/archive/1.7.2/PDAL-1.7.2.tar.gz"
MD5SUM="d93483d7803aa5200a6913ebd3411485"
DOWNLOAD="https://github.com/PDAL/PDAL/archive/1.8.0/PDAL-1.8.0.tar.gz"
MD5SUM="e3af71fcfb2136d0d94bc00a47501130"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal libgeotiff postgresql"