[arch-commits] Commit in netcdf-cxx/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Sun Mar 17 12:14:38 UTC 2019


    Date: Sunday, March 17, 2019 @ 12:14:38
  Author: archange
Revision: 442360

hdf5 + netcdf4 rebuild

Modified:
  netcdf-cxx/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-17 11:51:58 UTC (rev 442359)
+++ PKGBUILD	2019-03-17 12:14:38 UTC (rev 442360)
@@ -4,7 +4,7 @@
 
 pkgname=netcdf-cxx
 pkgver=4.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="NetCDF c++ bindings"
 arch=('x86_64')
 url="https://github.com/Unidata/netcdf-cxx4/"
@@ -18,7 +18,9 @@
     cd ${pkgname}4-${pkgver}
     ./configure \
         --prefix=/usr \
-        --enable-shared
+        --enable-shared \
+        --enable-extra-tests \
+        --enable-large-file-tests
     make
 }
 
@@ -29,8 +31,6 @@
 
 package() {
     cd ${pkgname}4-${pkgver}
-
     make DESTDIR="${pkgdir}" install
-
     install -Dm644 COPYRIGHT -t ${pkgdir}/usr/share/licenses/${pkgname}/
 }



More information about the arch-commits mailing list