summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Mocciola2016-05-13 11:32:45 +0200
committerMichele Mocciola2016-05-13 11:32:45 +0200
commit8743ee77ba8f8078edf91b29e871f3367a3d68d6 (patch)
tree6c6af234f3620d2f8fd2d81cde2d9e447512de29
parent0cd63addbf7178f19822b1aaadc70aad7be75266 (diff)
downloadaur-8743ee77ba8f8078edf91b29e871f3367a3d68d6.tar.gz
Modified to link to hdf5-1.8
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c0426d066b7..4a8d3b8d45c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
# Generated by mksrcinfo v8
-# Mon May 9 21:05:34 UTC 2016
+# Fri May 13 09:32:10 UTC 2016
pkgbase = med-salome
pkgdesc = MED stands for Modelisation et Echanges de Donnees, i.e. Data Modelization and Exchanges - This version is built to be linked against salome-med on x86_64
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
+ makedepends = swig
+ depends = hdf5-1.8
+ depends = python2
optdepends = tk
- optdepends = python2
provides = med={pkgver}
conflicts = med_fichier
conflicts = med
diff --git a/PKGBUILD b/PKGBUILD
index 9d1962035283..6854064d4ddb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
pkgname=med-salome
_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 - This version is built to be linked against salome-med on x86_64"
url="http://www.code-aster.org/outils/med/"
license=('LGPL')
-depends=('hdf5')
-makedepends=('gcc-fortran' 'coreutils')
-optdepends=('tk' 'python2')
+depends=('hdf5-1.8' 'python2')
+makedepends=('gcc-fortran' 'coreutils' 'swig')
+optdepends=('tk')
provides=("med={pkgver}")
conflicts=("med_fichier" "med")
replaces=("med_fichier" "med")
@@ -45,8 +45,8 @@ build() {
export PYTHON="$(which python2)"
cd ${srcdir}/${_pkgname}-${pkgver}_SRC
-
- ./configure --with-f90=gfortran --prefix=${_installdir} --with-med_int=int --datadir=${_sharedir} --with-swig=yes
+
+ ./configure --with-f90=gfortran --prefix=${_installdir} --with-med_int=int --datadir=${_sharedir} --with-swig=yes --with-hdf5=/opt/hdf5-1.8
make
}
@@ -63,7 +63,6 @@ package() {
rm -r ${pkgdir}/usr/bin/{usescases,unittests,testf,testc}
}
-md5sums=('a1e1eb068f20634f5ea797914241eb51')
md5sums=('a1e1eb068f20634f5ea797914241eb51'
'b83949326d7ae0ca77a06822b754a329'
'14a151cea108388d7a3b4c62887169f6'