summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mueller2017-11-21 16:13:11 +0100
committerRalf Mueller2017-11-21 16:13:11 +0100
commit13fa403133bef5b8e176c39dfb0318081b0c3efc (patch)
treeb984bfd2e83c2a727eaec1802afc339004ed8c6a
parent253bbb4d9a75b6cf432e37054d42bd8d2b8e18b8 (diff)
downloadaur-13fa403133bef5b8e176c39dfb0318081b0c3efc.tar.gz
update to cd-1.9.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ef9a58971f6..ccb26fb275ba 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.9.1
+ pkgdesc = CDI is a general purpose C-library with an additional Fortran interface 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.9.2
pkgrel = 0
url = https://code.zmaw.de/projects/cdi
arch = i686
@@ -12,8 +12,8 @@ pkgbase = cdi
depends = netcdf
depends = eccodes
depends = libaec
- source = https://code.zmaw.de/attachments/download/15646/cdi-1.9.1.tar.gz
- md5sums = 17edfb700ca9180cdb273465d0016910
+ source = https://code.zmaw.de/attachments/download/16032/cdi-1.9.2.tar.gz
+ md5sums = e494540ea37e4401344e023c67cba112
pkgname = cdi
diff --git a/PKGBUILD b/PKGBUILD
index 45dbe40f1fa1..b5a4895df329 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkg=cdi
flavour=
pkgname=${pkg}${flavour}
-pkgver=1.9.1
-fileID=15646
+pkgver=1.9.2
+fileID=16032
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"
+pkgdesc="CDI is a general purpose C-library with an additional Fortran interface 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"
license=('GPLv2')
depends=('netcdf' 'eccodes' 'libaec')
@@ -17,11 +17,11 @@ arch=(i686 x86_64)
backup=()
install=
source=(https://code.zmaw.de/attachments/download/${fileID}/${pkg}-${pkgver}.tar.gz)
-md5sums=('17edfb700ca9180cdb273465d0016910')
+md5sums=('e494540ea37e4401344e023c67cba112')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --with-netcdf=/usr --with-grib_api=/usr --with-szlib CFLAGS='-O2 -fopenmp' LDFLAGS='-leccodes' LIBS='-lpng -lopenjpeg'
+ ./configure --prefix=/usr --with-netcdf=/usr --with-eccodes=/usr --with-szlib CFLAGS='-O2 -fopenmp' LIBS='-lpng -lopenjpeg'
make -j12 || return 1
}
package() {