summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Goethel2016-05-19 15:44:25 +0200
committerOliver Goethel2016-05-19 15:44:25 +0200
commit613dd54e57a716e18681f2269d8305000a2bc39f (patch)
treecd415f1624cee0b6f3d83ceec73145ed3b7a34f7 /PKGBUILD
parent63154b0989db7d8579546511798252815f02abc1 (diff)
downloadaur-613dd54e57a716e18681f2269d8305000a2bc39f.tar.gz
upgpkg: med-3.1.0-3
changed dependency for hdf5 to aur/hdf5-1.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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
}