summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mueller2017-02-14 10:12:19 +0100
committerRalf Mueller2017-02-14 10:12:19 +0100
commitdec1b05504b101a29c44763ae145f4ad24bea4f4 (patch)
treef264a5d93bb201b602a31dff746d95ee813a4713
parent6445b7f208e0b0b3aeeb49f01a7694d6046e6cba (diff)
downloadaur-dec1b05504b101a29c44763ae145f4ad24bea4f4.tar.gz
[cdi] new relase 1.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7ff693888d2..3f8c0f606c5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cdi
pkgdesc = CDI is a general purpose C-library for file IO in the geoscience area. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG. CDI is the IO part of CDO
- pkgver = 1.7.2
+ pkgver = 1.8.0
pkgrel = 0
url = https://code.zmaw.de/projects/cdi
arch = i686
@@ -12,8 +12,8 @@ pkgbase = cdi
depends = netcdf
depends = grib_api
depends = libaec
- source = https://code.zmaw.de/attachments/download/12690/cdi-1.7.2.tar.gz
- md5sums = 33a293e089d7f4c0f19bda1d490a20b6
+ source = https://code.zmaw.de/attachments/download/13770/cdi-1.8.0.tar.gz
+ md5sums = 6655ba13cfc285b5aa260de2eac7fd5a
pkgname = cdi
diff --git a/PKGBUILD b/PKGBUILD
index 5dc49edb356b..8f5ede18e9b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkg=cdi
flavour=
pkgname=${pkg}${flavour}
-pkgver=1.7.2
-fileID=12690
+pkgver=1.8.0
+fileID=13770
pkgrel=0
pkgdesc="CDI is a general purpose C-library for file IO in the geoscience area. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG. CDI is the IO part of CDO"
url="https://code.zmaw.de/projects/cdi"
@@ -17,11 +17,11 @@ arch=(i686 x86_64)
backup=()
install=
source=(https://code.zmaw.de/attachments/download/${fileID}/${pkg}-${pkgver}.tar.gz)
-md5sums=('33a293e089d7f4c0f19bda1d490a20b6')
+md5sums=('6655ba13cfc285b5aa260de2eac7fd5a')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --with-netcdf=/usr --with-grib_api=/usr --with-szlib CFLAGS=-fopenmp LIBS='-lpng -lopenjpeg'
+ ./configure --prefix=/usr --with-netcdf=/usr --with-grib_api=/usr --with-szlib CFLAGS='-O2 -fopenmp' LIBS='-lpng -lopenjpeg'
make -j12 || return 1
}
package() {