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


Commits:
f23bf000 by Antonio Rojas at 2025-02-10T08:17:48+01:00
upgpkg: 4.9.3-2: Explicitly enable logging, needed for netcdf-cxx

- - - - -


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.3
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.unidata.ucar.edu/software/netcdf/
        arch = x86_64
        license = custom


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=netcdf
 pkgver=4.9.3
-pkgrel=1
+pkgrel=2
 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/";
@@ -25,7 +25,6 @@ prepare() {
 build() {
   cmake -B build -S ${pkgname}-c-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
     -DCMAKE_BUILD_TYPE=Release \
     -DNETCDF_WITH_PLUGIN_DIR=/usr/lib/netcdf/plugin \
     -DENABLE_BYTERANGE=ON \
@@ -37,6 +36,7 @@ build() {
     -DENABLE_FILTER_TESTING=ON \
     -DENABLE_LARGE_FILE_TESTS=ON \
     -DENABLE_UNIT_TESTS=ON \
+    -DNETCDF_ENABLE_LOGGING=ON \
     -DENABLE_PLUGIN_INSTALL=ON
   make -C build
 }



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

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


Reply via email to