Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / netcdf-openmpi
Commits: c923e6b8 by Antonio Rojas at 2025-02-10T08:32:22+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-openmpi pkgdesc = network Common Data Form interface for array-oriented data access and corresponding library with parallel support (openmpi version) pkgver = 4.9.3 - pkgrel = 1 + pkgrel = 2 url = https://www.unidata.ucar.edu/software/netcdf/ arch = x86_64 license = custom ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ _pkg=netcdf _mpi=openmpi pkgname=${_pkg}-${_mpi} pkgver=4.9.3 -pkgrel=1 +pkgrel=2 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/" @@ -42,6 +42,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-openmpi/-/commit/c923e6b8d92e52193d34d6b12ce7d85a61c579b6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/netcdf-openmpi/-/commit/c923e6b8d92e52193d34d6b12ce7d85a61c579b6 You're receiving this email because of your account on gitlab.archlinux.org.