From e45f1960d9f0302bb658844402d3ef20c4f10227 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 31 Aug 2024 14:03:50 +0000 Subject: [PATCH] extra/netcdf to 4.9.2-6 --- extra/netcdf/.SRCINFO | 2 +- extra/netcdf/.nvchecker.toml | 4 ++++ extra/netcdf/PKGBUILD | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 extra/netcdf/.nvchecker.toml diff --git a/extra/netcdf/.SRCINFO b/extra/netcdf/.SRCINFO index 7ce1e7967..d732ffad4 100644 --- a/extra/netcdf/.SRCINFO +++ b/extra/netcdf/.SRCINFO @@ -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 diff --git a/extra/netcdf/.nvchecker.toml b/extra/netcdf/.nvchecker.toml new file mode 100644 index 000000000..86b6f49d6 --- /dev/null +++ b/extra/netcdf/.nvchecker.toml @@ -0,0 +1,4 @@ +[netcdf] +source = "git" +git = "https://github.com/Unidata/netcdf-c.git" +prefix = "v" diff --git a/extra/netcdf/PKGBUILD b/extra/netcdf/PKGBUILD index 4129c9e44..9314ae5e2 100644 --- a/extra/netcdf/PKGBUILD +++ b/extra/netcdf/PKGBUILD @@ -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 \