mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/pdal: Updated for version 2.7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
796b790c4a
commit
548e8957eb
2 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=pdal
|
||||
SRCNAM=PDAL
|
||||
VERSION=${VERSION:-2.7.1}
|
||||
VERSION=${VERSION:-2.7.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -125,7 +125,7 @@ cd build
|
|||
$BUILDHDF \
|
||||
$BUILDMATLAB \
|
||||
..
|
||||
make
|
||||
make -j 10
|
||||
make install DESTDIR=$PKG
|
||||
cd ..
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pdal"
|
||||
VERSION="2.7.1"
|
||||
VERSION="2.7.2"
|
||||
HOMEPAGE="https://pdal.io"
|
||||
DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.7.1/PDAL-2.7.1.tar.gz"
|
||||
MD5SUM="a524026179dec11482d0f4670e0f68e0"
|
||||
DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.7.2/PDAL-2.7.2.tar.gz"
|
||||
MD5SUM="2c2333b7a4724d8b3fb630ffd2e5b256"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gdal libgeotiff netcdf postgresql"
|
||||
|
|
Loading…
Reference in a new issue