aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pdal
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-09-20 23:02:31 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-09-20 23:02:34 +0000
commit9a9fba9258f643036ef3b9d13a9aa74101e84821 (patch)
treedd2c070df9a672051d0644a916e06a17bdb8944b /testing/pdal
parent76d48c17561039f2420266cf30cc71a499d725a5 (diff)
downloadaports-9a9fba9258f643036ef3b9d13a9aa74101e84821.tar.bz2
aports-9a9fba9258f643036ef3b9d13a9aa74101e84821.tar.xz
testing/pdal: build only on x86 and x86_64
Others archs are limited by geos and libspatialite dependencies
Diffstat (limited to 'testing/pdal')
-rw-r--r--testing/pdal/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pdal/APKBUILD b/testing/pdal/APKBUILD
index 61449a9d27..af086895c9 100644
--- a/testing/pdal/APKBUILD
+++ b/testing/pdal/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.5.0
pkgrel=0
pkgdesc="PDAL"
url="https://github.com/pdal/pdal"
-arch="all"
+arch="x86 x86_64"
license="BSD"
depends="nitro python py-numpy"
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"