Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
netcdf
Commits:
047ed8fb by Antonio Rojas at 2024-08-31T13:47:31+02:00
upgpkg: 4.9.2-6: Use better path for plugins
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.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 = 5
+ pkgrel = 6
url = https://www.unidata.ucar.edu/software/netcdf/
arch = x86_64
license = custom
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=netcdf
pkgver=4.9.2
-pkgrel=5
+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/"
@@ -27,7 +27,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
- -DPLUGIN_INSTALL_DIR=/usr/lib/hdf5/plugin \
+ -DPLUGIN_INSTALL_DIR=/usr/lib/netcdf/plugin \
-DENABLE_BYTERANGE=ON \
-DENABLE_CDF5=ON \
-DENABLE_DAP_LONG_TESTS=ON \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/netcdf/-/commit/047ed8fb2165284893c5b4ee0f52132adee665f7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/netcdf/-/commit/047ed8fb2165284893c5b4ee0f52132adee665f7
You're receiving this email because of your account on gitlab.archlinux.org.