Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
netcdf-openmpi


Commits:
d12377a6 by Antonio Rojas at 2025-02-09T23:14:16+01:00
upgpkg: 4.9.3-1: Update to 4.9.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = netcdf-openmpi
        pkgdesc = network Common Data Form interface for array-oriented data 
access and corresponding library with parallel support (openmpi version)
-       pkgver = 4.9.2
-       pkgrel = 6
+       pkgver = 4.9.3
+       pkgrel = 1
        url = https://www.unidata.ucar.edu/software/netcdf/
        arch = x86_64
        license = custom
@@ -18,7 +18,7 @@ pkgbase = netcdf-openmpi
        provides = netcdf
        conflicts = netcdf
        options = !makeflags
-       source = 
https://github.com/Unidata/netcdf-c/archive/v4.9.2/netcdf-openmpi-4.9.2.tar.gz
-       sha256sums = 
bc104d101278c68b303359b3dc4192f81592ae8640f1aee486921138f7f88cb7
+       source = 
https://github.com/Unidata/netcdf-c/archive/v4.9.3/netcdf-openmpi-4.9.3.tar.gz
+       sha256sums = 
990f46d49525d6ab5dc4249f8684c6deeaf54de6fec63a187e9fb382cc0ffdff
 
 pkgname = netcdf-openmpi


=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
 _pkg=netcdf
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
-pkgver=4.9.2
-pkgrel=6
+pkgver=4.9.3
+pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library with parallel support (${_mpi} version)"
 arch=(x86_64)
 url="https://www.unidata.ucar.edu/software/netcdf/";
@@ -19,7 +19,7 @@ provides=("${_pkg}")
 conflicts=("${_pkg}")
 options=(!makeflags)
 
source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('bc104d101278c68b303359b3dc4192f81592ae8640f1aee486921138f7f88cb7')
+sha256sums=('990f46d49525d6ab5dc4249f8684c6deeaf54de6fec63a187e9fb382cc0ffdff')
 prepare() {
   # https://github.com/Unidata/netcdf-c/issues/2188 
https://github.com/Unidata/netcdf-c/issues/2242
   sed -i "/tst_remote3/d" ${_pkg}-c-${pkgver}/ncdap_test/CMakeLists.txt
@@ -31,6 +31,7 @@ build() {
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
     -DCMAKE_BUILD_TYPE=Release \
+    -DNETCDF_WITH_PLUGIN_DIR=/usr/lib/netcdf/plugin \
     -DENABLE_BYTERANGE=ON \
     -DENABLE_CDF5=ON \
     -DENABLE_PNETCDF=ON \
@@ -40,7 +41,8 @@ build() {
     -DENABLE_EXTRA_TESTS=ON \
     -DENABLE_FILTER_TESTING=ON \
     -DENABLE_LARGE_FILE_TESTS=ON \
-    -DENABLE_UNIT_TESTS=ON
+    -DENABLE_UNIT_TESTS=ON \
+    -DENABLE_PLUGIN_INSTALL=ON
   make -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netcdf-openmpi/-/commit/d12377a6604d555eb7f19e99dd3ab9cfa7a7810d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netcdf-openmpi/-/commit/d12377a6604d555eb7f19e99dd3ab9cfa7a7810d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to