[arch-commits] Commit in netcdf-openmpi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Mon Dec 30 13:25:18 UTC 2019
Date: Monday, December 30, 2019 @ 13:25:17
Author: archange
Revision: 544624
archrelease: copy trunk to community-x86_64
Added:
netcdf-openmpi/repos/community-x86_64/PKGBUILD
(from rev 544622, netcdf-openmpi/trunk/PKGBUILD)
Deleted:
netcdf-openmpi/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 126 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 63 insertions(+), 63 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-30 13:25:16 UTC (rev 544623)
+++ PKGBUILD 2019-12-30 13:25:17 UTC (rev 544624)
@@ -1,63 +0,0 @@
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-_pkg=netcdf
-_mpi=openmpi
-pkgname=${_pkg}-${_mpi}
-pkgver=4.7.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/"
-license=(custom)
-depends=("hdf5-${_mpi}" "pnetcdf-${_mpi}" curl)
-makedepends=(cmake)
-optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-checkdepends=(inetutils)
-provides=("${_pkg}")
-conflicts=("${_pkg}")
-options=(!makeflags)
-source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('583e6b89c57037293fc3878c9181bb89151da8c6015ecea404dd426fea219b2c')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- export CC=mpicc
- cmake ../${_pkg}-c-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_BUILD_TYPE=Release \
- -DENABLE_CDF5=ON \
- -DENABLE_PNETCDF=ON \
- -DENABLE_DAP_LONG_TESTS=ON \
- -DENABLE_EXAMPLE_TESTS=ON \
- -DENABLE_EXTRA_TESTS=ON \
- -DENABLE_FAILING_TESTS=ON \
- -DENABLE_FILTER_TESTING=ON \
- -DENABLE_LARGE_FILE_TESTS=ON
- make
-}
-
-
-check() {
- cd build
-
- # This is required starting with OpenMPI 3.0 when trying to run more
- # processes than the number of available cores
- export OMPI_MCA_rmaps_base_oversubscribe=yes
-
- make test
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-
- cd "${srcdir}"/${_pkg}-c-${pkgver}
- install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${_pkg}/
-}
Copied: netcdf-openmpi/repos/community-x86_64/PKGBUILD (from rev 544622, netcdf-openmpi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-30 13:25:17 UTC (rev 544624)
@@ -0,0 +1,63 @@
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+_pkg=netcdf
+_mpi=openmpi
+pkgname=${_pkg}-${_mpi}
+pkgver=4.7.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/"
+license=(custom)
+depends=("hdf5-${_mpi}" "pnetcdf-${_mpi}" curl)
+makedepends=(cmake)
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+checkdepends=(inetutils)
+provides=("${_pkg}")
+conflicts=("${_pkg}")
+options=(!makeflags)
+source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('05d064a2d55147b83feff3747bea13deb77bef390cb562df4f9f9f1ce147840d')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ export CC=mpicc
+ cmake ../${_pkg}-c-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DENABLE_CDF5=ON \
+ -DENABLE_PNETCDF=ON \
+ -DENABLE_DAP_LONG_TESTS=ON \
+ -DENABLE_EXAMPLE_TESTS=ON \
+ -DENABLE_EXTRA_TESTS=ON \
+ -DENABLE_FAILING_TESTS=ON \
+ -DENABLE_FILTER_TESTING=ON \
+ -DENABLE_LARGE_FILE_TESTS=ON
+ make
+}
+
+
+check() {
+ cd build
+
+ # This is required starting with OpenMPI 3.0 when trying to run more
+ # processes than the number of available cores
+ export OMPI_MCA_rmaps_base_oversubscribe=yes
+
+ make test
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+
+ cd "${srcdir}"/${_pkg}-c-${pkgver}
+ install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${_pkg}/
+}
More information about the arch-commits
mailing list