extra/netcdf to 4.9.2-6

This commit is contained in:
Kevin Mihelich 2024-08-31 14:03:50 +00:00
parent f03c16171a
commit e45f1960d9
3 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = netcdf
pkgdesc = network Common Data Form interface for array-oriented data access and corresponding library
pkgver = 4.9.2
pkgrel = 4
pkgrel = 6
url = https://www.unidata.ucar.edu/software/netcdf/
arch = x86_64
license = custom

View file

@ -0,0 +1,4 @@
[netcdf]
source = "git"
git = "https://github.com/Unidata/netcdf-c.git"
prefix = "v"

View file

@ -7,7 +7,7 @@
pkgname=netcdf
pkgver=4.9.2
pkgrel=4
pkgrel=6
pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library"
arch=(x86_64)
url="https://www.unidata.ucar.edu/software/netcdf/"
@ -31,6 +31,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-DPLUGIN_INSTALL_DIR=/usr/lib/netcdf/plugin \
-DENABLE_BYTERANGE=ON \
-DENABLE_CDF5=${CDFS} \
-DENABLE_DAP_LONG_TESTS=ON \