diff options
author | Giancarlo Dessi <slack@giand.it> | 2024-11-29 08:09:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-29 08:22:43 +0700 |
commit | d351efea20f6548b448b0e5e9d5ed443917717e4 (patch) | |
tree | cd9a92234034e1c753e11c0fdf822ef0e81e9a45 /gis/pdal | |
parent | 63997ba71e619087e02e966bf974fb734e564986 (diff) |
gis/pdal: Updated for version 2.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/pdal')
-rw-r--r-- | gis/pdal/pdal.SlackBuild | 6 | ||||
-rw-r--r-- | gis/pdal/pdal.info | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/gis/pdal/pdal.SlackBuild b/gis/pdal/pdal.SlackBuild index d27186ba3a..ccb03c3b65 100644 --- a/gis/pdal/pdal.SlackBuild +++ b/gis/pdal/pdal.SlackBuild @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pdal SRCNAM=PDAL -VERSION=${VERSION:-2.7.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.8.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -104,6 +104,8 @@ 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 {} \; +sed -i tools/lasdump/CMakeLists.txt -e "s/VERSION 3.5/VERSION 3.10/g" + mkdir -p build cd build cmake \ diff --git a/gis/pdal/pdal.info b/gis/pdal/pdal.info index 0f90692870..a044d33513 100644 --- a/gis/pdal/pdal.info +++ b/gis/pdal/pdal.info @@ -1,8 +1,8 @@ PRGNAM="pdal" -VERSION="2.7.2" +VERSION="2.8.1" HOMEPAGE="https://pdal.io" -DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.7.2/PDAL-2.7.2.tar.gz" -MD5SUM="2c2333b7a4724d8b3fb630ffd2e5b256" +DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.8.1/PDAL-2.8.1.tar.gz" +MD5SUM="bd0b8d6ff8e431e23ce5d2f44ac15a9e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gdal libgeotiff netcdf postgresql" |