summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
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
commitb482c1333285c8389f4aa8ab200121e70723c4e8 (patch)
treebb6fd3fee1cf974c6a2960939cdd57876ec290da /gis
parentac5f8c6f2b2ef2938f83b576aa748304b75f1c68 (diff)
downloadslackbuilds-b482c1333285c8389f4aa8ab200121e70723c4e8.tar.gz
slackbuilds-b482c1333285c8389f4aa8ab200121e70723c4e8.tar.xz
gis/pdal: Updated for version 1.8.0.
Diffstat (limited to 'gis')
-rw-r--r--gis/pdal/pdal.SlackBuild9
-rw-r--r--gis/pdal/pdal.info6
2 files changed, 7 insertions, 8 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
diff --git a/gis/pdal/pdal.info b/gis/pdal/pdal.info
index 19e90c6f8a..cde8f1514d 100644
--- a/gis/pdal/pdal.info
+++ b/gis/pdal/pdal.info
@@ -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"