aboutsummaryrefslogtreecommitdiffstats
path: root/testing/netcdf/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/netcdf/APKBUILD')
-rw-r--r--testing/netcdf/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/netcdf/APKBUILD b/testing/netcdf/APKBUILD
index 6f48ba4cdf8..1c844d4071b 100644
--- a/testing/netcdf/APKBUILD
+++ b/testing/netcdf/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Holger Jaekel <holger.jaekel@gmx.de>
pkgname=netcdf
pkgver=4.7.3
-pkgrel=0
+pkgrel=1
pkgdesc="Libraries for the Unidata network Common Data Format"
url="https://www.unidata.ucar.edu/software/netcdf/"
arch="all !armhf !armv7" # disabling on armhf and armv7 as tests fail
@@ -31,7 +31,7 @@ build() {
-DCFLAGS="$CFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DENABLE_CDF5=$_enable_cdf5 \
-DENABLE_DAP_LONG_TESTS=ON \
-DENABLE_EXAMPLE_TESTS=ON \