[arch-commits] Commit in netcdf-openmpi/trunk (PKGBUILD)

2020-04-11 Thread Bruno Pagani via arch-commits
Date: Saturday, April 11, 2020 @ 20:29:12
  Author: archange
Revision: 613360

upgpkg: netcdf-openmpi 4.7.4-1

Modified:
  netcdf-openmpi/trunk/PKGBUILD

--+
 PKGBUILD |   24 +++-
 1 file changed, 7 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 19:55:23 UTC (rev 613359)
+++ PKGBUILD2020-04-11 20:29:12 UTC (rev 613360)
@@ -5,7 +5,7 @@
 _pkg=netcdf
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
-pkgver=4.7.3
+pkgver=4.7.4
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library with parallel support (${_mpi} version)"
 arch=(x86_64)
@@ -19,16 +19,11 @@
 conflicts=("${_pkg}")
 options=(!makeflags)
 
source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('05d064a2d55147b83feff3747bea13deb77bef390cb562df4f9f9f1ce147840d')
+sha256sums=('99930ad7b3c4c1a8e8831fb061cb02b2170fc8e5ccaeda733bd99c3b9d31666b')
 
-prepare() {
-mkdir -p build
-}
-
 build() {
-cd build
 export CC=mpicc
-cmake ../${_pkg}-c-${pkgver} \
+cmake -B build -S ${_pkg}-c-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_BUILD_TYPE=Release \
@@ -40,24 +35,19 @@
 -DENABLE_FAILING_TESTS=ON \
 -DENABLE_FILTER_TESTING=ON \
 -DENABLE_LARGE_FILE_TESTS=ON
-make
+make -C build
 }
 
 
 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
+make -C build test
 }
 
 package() {
-cd build
-make DESTDIR="${pkgdir}" install
-
-cd "${srcdir}"/${_pkg}-c-${pkgver}
-install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${_pkg}/
+make -C build DESTDIR="${pkgdir}" install
+install -Dm644 ${_pkg}-c-${pkgver}/COPYRIGHT -t 
"${pkgdir}"/usr/share/licenses/${_pkg}/
 }


[arch-commits] Commit in netcdf-openmpi/trunk (PKGBUILD)

2019-12-30 Thread Bruno Pagani via arch-commits
Date: Monday, December 30, 2019 @ 13:25:06
  Author: archange
Revision: 544622

upgpkg: netcdf-openmpi 4.7.3-1

Modified:
  netcdf-openmpi/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-30 13:24:32 UTC (rev 544621)
+++ PKGBUILD2019-12-30 13:25:06 UTC (rev 544622)
@@ -5,8 +5,8 @@
 _pkg=netcdf
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
-pkgver=4.7.1
-pkgrel=2
+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/;
@@ -19,7 +19,7 @@
 conflicts=("${_pkg}")
 options=(!makeflags)
 
source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('583e6b89c57037293fc3878c9181bb89151da8c6015ecea404dd426fea219b2c')
+sha256sums=('05d064a2d55147b83feff3747bea13deb77bef390cb562df4f9f9f1ce147840d')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in netcdf-openmpi/trunk (PKGBUILD)

2019-10-05 Thread Bruno Pagani via arch-commits
Date: Saturday, October 5, 2019 @ 16:49:20
  Author: archange
Revision: 512958

pnetcdf 1.12.0 rebuild

Modified:
  netcdf-openmpi/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-05 16:43:03 UTC (rev 512957)
+++ PKGBUILD2019-10-05 16:49:20 UTC (rev 512958)
@@ -6,7 +6,7 @@
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
 pkgver=4.7.1
-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/;


[arch-commits] Commit in netcdf-openmpi/trunk (PKGBUILD)

2019-08-31 Thread Bruno Pagani via arch-commits
Date: Saturday, August 31, 2019 @ 17:51:27
  Author: archange
Revision: 505741

upgpkg: netcdf-openmpi 4.7.1-1

Modified:
  netcdf-openmpi/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-31 17:51:23 UTC (rev 505740)
+++ PKGBUILD2019-08-31 17:51:27 UTC (rev 505741)
@@ -5,7 +5,7 @@
 _pkg=netcdf
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
-pkgver=4.7.0
+pkgver=4.7.1
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library with parallel support (${_mpi} version)"
 arch=(x86_64)
@@ -18,8 +18,8 @@
 provides=("${_pkg}")
 conflicts=("${_pkg}")
 options=(!makeflags)
-source=(${_pkg}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('26d03164074363b3911ed79b7cddd045c22adf5ebaf978943db11a1d9f15e9d3')
+source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('583e6b89c57037293fc3878c9181bb89151da8c6015ecea404dd426fea219b2c')
 
 prepare() {
 mkdir -p build
@@ -51,8 +51,7 @@
 # processes than the number of available cores
 export OMPI_MCA_rmaps_base_oversubscribe=yes
 
-# One test failure https://github.com/Unidata/netcdf-c/issues/808
-make test || warning "Test failure"
+make test
 }
 
 package() {


[arch-commits] Commit in netcdf-openmpi/trunk (PKGBUILD)

2019-04-30 Thread Bruno Pagani via arch-commits
Date: Tuesday, April 30, 2019 @ 13:04:39
  Author: archange
Revision: 456859

upgpkg: netcdf-openmpi 4.7.0-1

Modified:
  netcdf-openmpi/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-30 13:03:18 UTC (rev 456858)
+++ PKGBUILD2019-04-30 13:04:39 UTC (rev 456859)
@@ -1,25 +1,25 @@
 # Maintainer: Ronald van Haren 
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Maintainer: Bruno Pagani 
 # Contributor: damir 
 
 _pkg=netcdf
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
-pkgver=4.6.3
+pkgver=4.7.0
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library with parallel support (${_mpi} version)"
-arch=('x86_64')
+arch=(x86_64)
 url="https://www.unidata.ucar.edu/software/netcdf/;
-license=('custom')
-depends=("hdf5-${_mpi}" "pnetcdf-${_mpi}" 'curl')
-makedepends=('cmake')
+license=(custom)
+depends=("hdf5-${_mpi}" "pnetcdf-${_mpi}" curl)
+makedepends=(cmake)
 optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-checkdepends=('inetutils')
+checkdepends=(inetutils)
 provides=("${_pkg}")
 conflicts=("${_pkg}")
-options=('!makeflags')
+options=(!makeflags)
 
source=(${_pkg}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('734a629cdaed907201084d003cfa091806d6080eeffbd4204e7c7f73ff9d3564')
+sha256sums=('26d03164074363b3911ed79b7cddd045c22adf5ebaf978943db11a1d9f15e9d3')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in netcdf-openmpi/trunk (PKGBUILD)

2019-03-16 Thread Bruno Pagani via arch-commits
Date: Sunday, March 17, 2019 @ 01:08:58
  Author: archange
Revision: 442281

upgpkg: netcdf-openmpi 4.6.3-1

Modified:
  netcdf-openmpi/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-17 00:57:43 UTC (rev 442280)
+++ PKGBUILD2019-03-17 01:08:58 UTC (rev 442281)
@@ -5,7 +5,7 @@
 _pkg=netcdf
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
-pkgver=4.6.2.1
+pkgver=4.6.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')
@@ -19,7 +19,7 @@
 conflicts=("${_pkg}")
 options=('!makeflags')
 
source=(${_pkg}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('f5526423f11ec6c582025710d144438a707afca0499dc00f9fe6067aa8676aac')
+sha256sums=('734a629cdaed907201084d003cfa091806d6080eeffbd4204e7c7f73ff9d3564')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in netcdf-openmpi/trunk (PKGBUILD)

2019-02-18 Thread Bruno Pagani via arch-commits
Date: Monday, February 18, 2019 @ 13:06:12
  Author: archange
Revision: 434231

upgpkg: netcdf-openmpi 4.6.2.1-1

Modified:
  netcdf-openmpi/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 12:39:35 UTC (rev 434230)
+++ PKGBUILD2019-02-18 13:06:12 UTC (rev 434231)
@@ -5,21 +5,21 @@
 _pkg=netcdf
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
-pkgver=4.6.2
-pkgrel=2
+pkgver=4.6.2.1
+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=('netcdf')
-conflicts=('netcdf')
+provides=("${_pkg}")
+conflicts=("${_pkg}")
 options=('!makeflags')
-license=('custom')
 
source=(${_pkg}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('673936c76ae0c496f6dde7e077f5be480afc1e300adb2c200bf56fbe22e5a82a')
+sha256sums=('f5526423f11ec6c582025710d144438a707afca0499dc00f9fe6067aa8676aac')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in netcdf-openmpi/trunk (PKGBUILD)

2018-12-23 Thread Bruno Pagani via arch-commits
Date: Sunday, December 23, 2018 @ 15:53:56
  Author: archange
Revision: 417641

pnetcdf 1.11 rebuild

Modified:
  netcdf-openmpi/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-23 15:53:40 UTC (rev 417640)
+++ PKGBUILD2018-12-23 15:53:56 UTC (rev 417641)
@@ -6,11 +6,11 @@
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
 pkgver=4.6.2
-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/;
-depends=("hdf5-${_mpi}" "parallel-netcdf-${_mpi}" 'curl')
+depends=("hdf5-${_mpi}" "pnetcdf-${_mpi}" 'curl')
 makedepends=('cmake')
 optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
 checkdepends=('inetutils')


[arch-commits] Commit in netcdf-openmpi/trunk (PKGBUILD)

2018-11-20 Thread Bruno Pagani via arch-commits
Date: Tuesday, November 20, 2018 @ 15:15:41
  Author: archange
Revision: 409170

upgpkg: netcdf-openmpi 4.6.2-1

Modified:
  netcdf-openmpi/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 15:05:03 UTC (rev 409169)
+++ PKGBUILD2018-11-20 15:15:41 UTC (rev 409170)
@@ -5,8 +5,8 @@
 _pkg=netcdf
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
-pkgver=4.6.1
-pkgrel=4
+pkgver=4.6.2
+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 @@
 options=('!makeflags')
 license=('custom')
 
source=(${_pkg}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz;)
-sha256sums=('a2fabf27c72a5ee746e3843e1debbaad37cd035767eaede2045371322211eebb')
+sha256sums=('673936c76ae0c496f6dde7e077f5be480afc1e300adb2c200bf56fbe22e5a82a')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in netcdf-openmpi/trunk (PKGBUILD)

2018-10-23 Thread Bruno Pagani via arch-commits
Date: Tuesday, October 23, 2018 @ 16:13:51
  Author: archange
Revision: 398668

hdf5 1.10.4 rebuild

Modified:
  netcdf-openmpi/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-23 16:12:27 UTC (rev 398667)
+++ PKGBUILD2018-10-23 16:13:51 UTC (rev 398668)
@@ -6,7 +6,7 @@
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
 pkgver=4.6.1
-pkgrel=3
+pkgrel=4
 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/;


[arch-commits] Commit in netcdf-openmpi/trunk (PKGBUILD)

2018-08-24 Thread Bruno Pagani via arch-commits
Date: Friday, August 24, 2018 @ 15:10:48
  Author: archange
Revision: 373724

hdf5 1.10.3 rebuild

Modified:
  netcdf-openmpi/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-24 14:38:36 UTC (rev 373723)
+++ PKGBUILD2018-08-24 15:10:48 UTC (rev 373724)
@@ -7,7 +7,7 @@
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
 pkgver=4.6.1
-pkgrel=2
+pkgrel=3
 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/;


[arch-commits] Commit in netcdf-openmpi/trunk (PKGBUILD)

2018-07-08 Thread Bruno Pagani via arch-commits
Date: Sunday, July 8, 2018 @ 15:38:07
  Author: archange
Revision: 354994

PnetCDF 1.10 rebuild

Modified:
  netcdf-openmpi/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 15:37:33 UTC (rev 354993)
+++ PKGBUILD2018-07-08 15:38:07 UTC (rev 354994)
@@ -7,7 +7,7 @@
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
 pkgver=4.6.1
-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/;


[arch-commits] Commit in netcdf-openmpi/trunk (PKGBUILD)

2018-05-23 Thread Bruno Pagani via arch-commits
Date: Wednesday, May 23, 2018 @ 16:02:29
  Author: archange
Revision: 328326

Removed i686 *sigh*

Modified:
  netcdf-openmpi/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 15:59:59 UTC (rev 328325)
+++ PKGBUILD2018-05-23 16:02:29 UTC (rev 328326)
@@ -9,7 +9,7 @@
 pkgver=4.6.1
 pkgrel=1
 pkgdesc="network Common Data Form interface for array-oriented data access and 
corresponding library with parallel support (${_mpi} version)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://www.unidata.ucar.edu/software/netcdf/;
 depends=("hdf5-${_mpi}" "parallel-netcdf-${_mpi}" 'curl')
 makedepends=('cmake')