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

Ronald van Haren ronald at archlinux.org
Wed Apr 20 09:42:12 UTC 2016


    Date: Wednesday, April 20, 2016 @ 11:42:12
  Author: ronald
Revision: 265512

upgpkg: hdf5-openmpi 1.10.0-1

update to 1.10.0

Modified:
  hdf5-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-20 08:28:34 UTC (rev 265511)
+++ PKGBUILD	2016-04-20 09:42:12 UTC (rev 265512)
@@ -8,8 +8,8 @@
 
 pkgname=hdf5-openmpi
 _pkgname=hdf5
-pkgver=1.8.15_patch1
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="General purpose library and file format for storing scientific data (OpenMPI version)"
 url="http://www.hdfgroup.org/HDF5/"
@@ -18,9 +18,9 @@
 makedepends=('time')
 provides=('hdf5')
 conflicts=('hdf5')
-source=(http://www.hdfgroup.org/ftp/HDF5/releases/${_pkgname}-${pkgver/_/-}/src/${_pkgname}-${pkgver/_/-}.tar.bz2 
-mpi.patch) 
-sha1sums=('82ed248e5d0293bc1dba4c13c9b2880a26643ee0'
+source=(ftp://ftp.hdfgroup.org/HDF5/releases/${_pkgname}-1.10/${_pkgname}-${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2
+        mpi.patch)
+sha1sums=('5866dbbcd24485f6b206413e73f7205cb3c1196e'
           '658d4a3e537c9c76da3200effa8f95b656a21936')
 
 build() {
@@ -42,9 +42,8 @@
     --enable-unsupported \
     --enable-shared \
     --disable-static \
-    --enable-production=yes \
+    --enable-build-mode=production \
     --with-zlib \
-    --with-default-api-version=v18 \
     --enable-parallel=yes \
     --enable-cxx \
     --disable-sharedlib-rpath



More information about the arch-commits mailing list