summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Goethel2016-05-19 15:44:25 +0200
committerOliver Goethel2016-05-19 15:44:25 +0200
commit613dd54e57a716e18681f2269d8305000a2bc39f (patch)
treecd415f1624cee0b6f3d83ceec73145ed3b7a34f7
parent63154b0989db7d8579546511798252815f02abc1 (diff)
downloadaur-613dd54e57a716e18681f2269d8305000a2bc39f.tar.gz
upgpkg: med-3.1.0-3
changed dependency for hdf5 to aur/hdf5-1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dcb70851f22..32b45a9e3b2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu May 5 19:06:50 UTC 2016
+# Thu May 19 13:43:59 UTC 2016
pkgbase = med
pkgdesc = MED stands for Modelisation et Echanges de Donnees, i.e. Data Modelization and Exchanges - MED is code-aster exchange module linked to hdf5
pkgver = 3.1.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.code-aster.org/outils/med/
arch = i686
arch = x86_64
license = LGPL
makedepends = gcc-fortran
makedepends = coreutils
- depends = hdf5
+ depends = hdf5-1.8
depends = openmpi
depends = swig
optdepends = tk
diff --git a/PKGBUILD b/PKGBUILD
index ba3f90301def..ec68823e7e07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@
pkgname=med
pkgver=3.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="MED stands for Modelisation et Echanges de Donnees, i.e. Data Modelization and Exchanges - MED is code-aster exchange module linked to hdf5"
url="http://www.code-aster.org/outils/med/"
license=('LGPL')
-depends=('hdf5' 'openmpi' 'swig')
+depends=('hdf5-1.8' 'openmpi' 'swig')
makedepends=('gcc-fortran' 'coreutils')
optdepends=('tk' 'python2')
provides=()
@@ -54,7 +54,7 @@ build() {
patch -p0 < ${srcdir}/patch-include_med.h.in
patch -p0 < ${srcdir}/patch-src_2.3.6_ci_MEDequivInfo.c
- ./configure --with-f90=mpif90 --prefix=/usr --datadir=/usr/share/med --with-swig=yes || return 1
+ ./configure --with-f90=mpif90 --prefix=/usr --datadir=/usr/share/med --with-swig=yes --with-hdf5=/opt/hdf5-1.8 || return 1
make || return 1
}