aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pdal
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2018-06-01 08:05:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-04 05:33:23 +0000
commit799330f5e0d31faa66b6f745c668b46a8467eba3 (patch)
tree9b19f5cf81c6871fdf01bad85e524c13d863a487 /testing/pdal
parent85803fa9aa95ce509c1f8814831526e9da822f43 (diff)
downloadaports-799330f5e0d31faa66b6f745c668b46a8467eba3.tar.bz2
aports-799330f5e0d31faa66b6f745c668b46a8467eba3.tar.xz
testing/[various]: rebuild against openblas-0.3.0, enable s390x
Diffstat (limited to 'testing/pdal')
-rw-r--r--testing/pdal/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pdal/APKBUILD b/testing/pdal/APKBUILD
index 62a4d053eb..d4e496e63a 100644
--- a/testing/pdal/APKBUILD
+++ b/testing/pdal/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Bradley J Chambers <brad.chambers@gmail.com>
pkgname=pdal
pkgver=1.7.2
-pkgrel=0
+pkgrel=1
pkgdesc="PDAL is a C++ BSD library for translating and manipulating point cloud data."
url="https://github.com/pdal/pdal"
arch="x86 x86_64"
license="BSD"
-depends="nitro python py-numpy"
+depends="nitro python py-numpy>=1.14.3-r1"
makedepends="cmake eigen-dev hexer-dev nitro-dev gdal-dev geos-dev laz-perf-dev libgeotiff-dev libxml2-dev python-dev py-numpy-dev jsoncpp-dev hdf5-dev proj4-dev cpd-dev fgt-dev sqlite-dev postgresql-dev curl-dev laszip-dev libspatialite-dev linux-headers libexecinfo-dev"
install=""
subpackages="$pkgname-dev"