mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
gis/pdal: Updated for version 1.8.0.
This commit is contained in:
parent
ac5f8c6f2b
commit
b482c13332
2 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue