gis/eccodes: restore 32bit support

freeze 32bit version to 2.29.0.

Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2023-08-04 22:41:02 +01:00 committed by Willy Sudiarto Raharjo
parent 64013a9b0e
commit 5bf361ebb1
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 7 additions and 2 deletions

View File

@ -16,3 +16,6 @@ formats with a key/value approach.
netcdf is an optional dependency and support will be compiled in if it
is installed.
NOTE: for 32bit platforms, the version is locked to 2.29.0 as 32 bit
support was dropped in version 2.30.0 and above.

View File

@ -50,9 +50,11 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
VERSION=2.29.0
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
VERSION=2.29.0
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"

View File

@ -1,8 +1,8 @@
PRGNAM="eccodes"
VERSION="2.31.0"
HOMEPAGE="https://confluence.ecmwf.int/display/ECC"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD="https://confluence.ecmwf.int/download/attachments/45757960/eccodes-2.29.0-Source.tar.gz"
MD5SUM="612098bba3763e0ff0fd4c360b1f3121"
DOWNLOAD_x86_64="https://confluence.ecmwf.int/download/attachments/45757960/eccodes-2.31.0-Source.tar.gz"
MD5SUM_x86_64="3dc75043bf02b04ff81be059e41a6ca6"
REQUIRES="libaec"