summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mueller2023-07-13 18:18:42 +0200
committerRalf Mueller2023-07-13 18:18:42 +0200
commitc7b7b2d5040e955ebb1dba35759c0bde01af70cf (patch)
tree3f585110e0644530b8d836c88dbaa268f73c94a8
parentafd87c56e0f1e530ef382d357f2779e6ff7f4444 (diff)
downloadaur-c7b7b2d5040e955ebb1dba35759c0bde01af70cf.tar.gz
cdi-2.2.0 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0051a037647e..3b9d38e137dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cdi
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 = 2.1.0
- pkgrel = 2
+ pkgver = 2.2.0
+ pkgrel = 0
url = https://code.zmaw.de/projects/cdi
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = cdi
depends = eccodes
depends = libaec
depends = openjpeg
- source = https://code.zmaw.de/attachments/download/27452/cdi-2.1.0.tar.gz
- sha256sums = b6418ad4fa4a761c401c0bc65f0ef289fdf4f3c4e9bc20f964213cf393d88e93
+ source = https://code.zmaw.de/attachments/download/28692/cdi-2.2.0.tar.gz
+ sha256sums = 241544f54765c5e1a91170901f65b3665eafbbf184b7fba021686b4dddc8db17
pkgname = cdi
diff --git a/PKGBUILD b/PKGBUILD
index c8f74d99df48..08c54cd2c924 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkg=cdi
flavour=
pkgname=${pkg}${flavour}
-pkgver=2.1.0
-fileID=27452
-pkgrel=2
+pkgver=2.2.0
+fileID=28692
+pkgrel=0
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')
@@ -17,11 +17,11 @@ arch=(i686 x86_64)
backup=()
install=
source=(https://code.zmaw.de/attachments/download/${fileID}/${pkg}-${pkgver}.tar.gz)
-sha256sums=('b6418ad4fa4a761c401c0bc65f0ef289fdf4f3c4e9bc20f964213cf393d88e93')
+sha256sums=('241544f54765c5e1a91170901f65b3665eafbbf184b7fba021686b4dddc8db17')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --with-netcdf=/usr --with-eccodes=/usr --with-szlib CFLAGS='-g -O2 -fopenmp' LIBS='-lpng -lopenjpeg' --enable-iso-c-interface
+ ./configure --prefix=/usr --with-netcdf=/usr --with-eccodes=/usr --with-szlib CFLAGS='-g -O2' LIBS='-lpng -lopenjpeg' --enable-iso-c-interface --enable-hirlam-extensions --enable-openmp
make -j12 || return 1
}
package() {