aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pdal/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pdal/APKBUILD')
-rw-r--r--testing/pdal/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pdal/APKBUILD b/testing/pdal/APKBUILD
index 11e29b5a02..3fa3ba422d 100644
--- a/testing/pdal/APKBUILD
+++ b/testing/pdal/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bradley J Chambers <brad.chambers@gmail.com>
pkgname=pdal
pkgver=2.0.1
-pkgrel=4
+pkgrel=5
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
@@ -45,7 +45,7 @@ build() {
mkdir build && cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DBUILD_PLUGIN_PYTHON=ON \
-DBUILD_PLUGIN_CPD=ON \
-DBUILD_PLUGIN_GREYHOUND=ON \