Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-netcdf4
Commits:
7ec19a20 by Antonio Rojas at 2024-08-31T13:51:39+02:00
upgpkg: 1.7.1.post2-2: Rebuild with compression plugins
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-netcdf4
pkgdesc = Python/NumPy interface to the netCDF C library
pkgver = 1.7.1.post2
- pkgrel = 1
+ pkgrel = 2
url = https://unidata.github.io/netcdf4-python
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
_pkg=netCDF4
pkgname=python-${_pkg,,}
pkgver=1.7.1.post2
-pkgrel=1
+pkgrel=2
pkgdesc="Python/NumPy interface to the netCDF C library"
arch=(x86_64)
url="https://unidata.github.io/netcdf4-python"
@@ -20,7 +20,7 @@
sha256sums=('508b4a226154389c4d173391881e6262515592c2322973cf56ec0bf87327e7ca')
build() {
cd netcdf4-python
CFLAGS+=" -Wno-incompatible-pointer-types" \
- USE_NCCONFIG=1 python setup.py build
+ USE_NCCONFIG=1 NETCDF_PLUGIN_DIR=/usr/lib/netcdf/plugin python setup.py build
}
check() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-netcdf4/-/commit/7ec19a205bee589f53d37ce5f120ae06fc56ef9d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-netcdf4/-/commit/7ec19a205bee589f53d37ce5f120ae06fc56ef9d
You're receiving this email because of your account on gitlab.archlinux.org.