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

Bruno Pagani archange at archlinux.org
Wed Dec 20 22:01:34 UTC 2017


    Date: Wednesday, December 20, 2017 @ 22:01:32
  Author: archange
Revision: 275083

upgpkg: parallel-netcdf-openmpi 1.9.0-1

Upstream release + OpenMPI 3.0 rebuild.

Building shared library is failing, so stay static for now.

Modified:
  parallel-netcdf-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-20 22:00:50 UTC (rev 275082)
+++ PKGBUILD	2017-12-20 22:01:32 UTC (rev 275083)
@@ -3,8 +3,8 @@
 _pkg=parallel-netcdf
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
-pkgver=1.8.1
-pkgrel=4
+pkgver=1.9.0
+pkgrel=1
 pkgdesc="A Parallel I/O Library for NetCDF File Access"
 arch=('x86_64')
 url="https://trac.mcs.anl.gov/projects/parallel-netcdf"
@@ -17,24 +17,20 @@
 replaces=('parallel-netcdf')
 options=('!makeflags')
 source=("http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/${_pkg}-${pkgver}.tar.gz")
-sha1sums=('2a8179158731f3fa24c9b183b4b1442e8853d229')
+sha1sums=('0978ae5cdaba925e73ced2b550fc02a132b2c5ed')
 
 build() {
     cd ${_pkg}-${pkgver}
 
     export CPPFLAGS="${CPPFLAGS} -fPIC"
-    ./configure --prefix=/usr
+    ./configure --prefix=/usr #--enable-shared
     make
 }
 
 check() {
     cd ${_pkg}-${pkgver}
-    # Tests failing with i686: https://github.com/open-mpi/ompi/issues/3195
-    if [ ${CARCH} = 'x86_64' ]; then
-        make check
-        make ptest
-    fi
-    # Tests crashing (but no failure) with x86_64: https://github.com/open-mpi/ompi/issues/3695
+    make check
+    make ptest
 }
 
 package() {



More information about the arch-commits mailing list