aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pdal
diff options
context:
space:
mode:
authorMarian Buschsieweke <marian.buschsieweke@ovgu.de>2019-10-20 21:14:55 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-10-20 22:55:24 +0200
commit969161881e5e41e32efe4ddfcb8d3b37203bd1f6 (patch)
treeeb70481ea7bcddd44e0e44034de261a812336b87 /testing/pdal
parent10de1e84fa95ccf6f08dbc097ce0d8d3a8031682 (diff)
downloadaports-969161881e5e41e32efe4ddfcb8d3b37203bd1f6.tar.bz2
aports-969161881e5e41e32efe4ddfcb8d3b37203bd1f6.tar.xz
testing/pdal: Add comment on why x86_64 only
Added a comment to explain why he package is only provided for x86_64: It's dependencies are not provided for the other architectures.
Diffstat (limited to 'testing/pdal')
-rw-r--r--testing/pdal/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/pdal/APKBUILD b/testing/pdal/APKBUILD
index f4db27ac26..986f073d21 100644
--- a/testing/pdal/APKBUILD
+++ b/testing/pdal/APKBUILD
@@ -5,6 +5,8 @@ pkgver=1.9.1
pkgrel=2
pkgdesc="PDAL is a C++ BSD library for translating and manipulating point cloud data."
url="https://pdal.io"
+# Dependencies libgeotiff-dev, proj-dev, libspatialite-dev, and pcl-dev are
+# not provided on other architectures
arch="x86_64"
license="BSD-2-Clause"
depends="nitro python3 py3-numpy>=1.14.3-r1"