summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRalf Mueller2017-09-07 14:18:52 +0200
committerRalf Mueller2017-09-07 14:18:52 +0200
commitb44283a8c1440c97f46485f70f57a85a36aca78c (patch)
tree7054ef202254d8d7af58f4695c6fe1f9d8c3bf15 /PKGBUILD
parent8094ab2f02091961da94340439fc66215ea67bc5 (diff)
downloadaur-b44283a8c1440c97f46485f70f57a85a36aca78c.tar.gz
update to cdo release 1.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c82d4cdf00c..7d60db107aa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ralf Mueller <stark.dreamdetective@gmail.com>
# Contributor: Ralf Mueller <stark.dreamdetective@gmail.com>
pkgname=cdo
-pkgver=1.8.2
-fileID=14686
+pkgver=1.9.0
+fileID=15187
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"
@@ -16,7 +16,7 @@ arch=(i686 x86_64)
backup=()
install=
source=(https://code.zmaw.de/attachments/download/${fileID}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6a2e2f99b7c67ee9a512c40a8d4a7121')
+md5sums=('2d88561b3b4a880df0422a62e5027e40')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -32,6 +32,7 @@ build() {
--with-magics=/usr \
--with-libxml2=/usr \
CFLAGS="-g -O3 -std=gnu99 -Wall -fopenmp -march=native " \
+ CXXFLAGS="-g -O3 -std=c++11 -Wall -fopenmp -march=native " \
LIBS="-leccodes -lhdf5 -ljasper -lpng -lopenjpeg" \
CPPFLAGS="-I/usr/include/magics -I/usr/include/libxml2"