summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRalf Mueller2017-02-14 10:46:11 +0100
committerRalf Mueller2017-02-14 10:46:11 +0100
commit7064bd18e553809f843958dd7c95656cb7092d91 (patch)
treeb82647880c85d4d5dcda7df4ac594a6dd65eaf36 /PKGBUILD
parentc52858577e6e5aa8c6d23cfb5496454a7bb18bf5 (diff)
downloadaur-7064bd18e553809f843958dd7c95656cb7092d91.tar.gz
[cdo] new release 1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e27a6c2c43a..ea15f7ed988e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Ralf Mueller <stark.dreamdetective@gmail.com>
# Contributor: Ralf Mueller <stark.dreamdetective@gmail.com>
pkgname=cdo
-pkgver=1.7.2
-fileID=12760
-pkgrel=1
+pkgver=1.8.0
+fileID=13772
+pkgrel=0
pkgdesc="Command line tool manipulate and analyse Climate model Data. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG. There are more than 400 operators available."
url="https://code.zmaw.de/projects/cdo"
license=('GPLv2')
@@ -16,7 +16,7 @@ arch=(i686 x86_64)
backup=()
install=
source=(https://code.zmaw.de/attachments/download/${fileID}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f08e4ce8739a4f2b63fc81a24db3ee31')
+md5sums=('42d4990a7c03159bc74335035273a59d')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -32,7 +32,7 @@ build() {
--with-magics=/usr \
--with-libxml2=/usr \
CFLAGS="-g -O3 -std=gnu99 -Wall -fopenmp -march=native " \
- LIBS="-ljasper -lpng -lopenjpeg" \
+ LIBS="-lhdf5 -ljasper -lpng -lopenjpeg" \
CPPFLAGS="-I/usr/include/magics -I/usr/include/libxml2"
make -j12 || return