updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / cdo-openmp / PKGBUILD
blob6e05c1b728e1f606f5d7cc0882a203ac1cd0e4fb
1 # Contributor: Ralf Mueller <stark.dreamdetective@gmail.com>
2 pkg=cdo
3 flavour=-openmp
4 pkgname=${pkg}${flavour}
5 pkgver=1.4.5.1
6 pkgrel=0
7 pkgdesc="CDO is a collection of command line Operators to manipulate and analyse Climate model Data. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG. There are more than 400 operators available."
8 url="http://code.zmaw.de/projetcs/cdo"
9 license="GPL"
10 depends=('netcdf' 'hdf5' 'proj')
11 makedepends=('netcdf' 'hdf5' 'proj')
12 provides=()
13 conflicts=()
14 replaces=()
15 arch=(i686 x86_64)
16 backup=()
17 install=
18 source=(https://code.zmaw.de/attachments/download/307/${pkg}-${pkgver}.tar.gz)
19 md5sums=('fe86f85725ba596a46e8b7fe16b74816')
21 build() {
22   cd $startdir/src/$pkg-$pkgver/
23   ./configure --prefix=/usr --with-netcdf=/usr --with-hdf5=/usr CFLAGS=-fopenmp
24   make || return 1
25   make DESTDIR=$startdir/pkg install || return 1
26   rm -f $startdir/pkg/usr/bin/cdotest