* update netcdf-cxx to 4.3.1-3

This commit is contained in:
Alexander Baldeck 2021-10-23 11:56:29 +02:00
parent ada5532271
commit cf3326a2a1

View File

@ -5,9 +5,9 @@
pkgname=netcdf-cxx
pkgver=4.3.1
pkgrel=2
pkgrel=3
pkgdesc="NetCDF C++ bindings"
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
url="https://github.com/Unidata/netcdf-cxx4/"
license=(custom)
depends=(gcc-libs netcdf curl)
@ -24,6 +24,7 @@ prepare() {
build() {
cd ${pkgname}4-${pkgver}
export CXXFLAGS="${CXXFLAGS} -lnetcdf"
./configure \
--prefix=/usr \
--enable-shared \