gis/eccodes: Updated for version 2.32.0.

removed 32bit support again as even prior to version 2.30.0, 32bit
compilation failed.

Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2023-10-07 22:42:24 +01:00 committed by Willy Sudiarto Raharjo
parent 807df926d2
commit 3aceeeb8aa
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 12 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=eccodes
VERSION=${VERSION:-2.31.0}
VERSION=${VERSION:-2.32.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -50,11 +50,9 @@ 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"
@ -77,10 +75,8 @@ tar xvf $CWD/$PRGNAM-$VERSION-Source.tar.gz
cd $PRGNAM-$VERSION-Source
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} +
mkdir -p build
cd build

View File

@ -1,10 +1,10 @@
PRGNAM="eccodes"
VERSION="2.31.0"
VERSION="2.32.0"
HOMEPAGE="https://confluence.ecmwf.int/display/ECC"
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"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://confluence.ecmwf.int/download/attachments/45757960/eccodes-2.32.0-Source.tar.gz"
MD5SUM_x86_64="41553c02c1faf7a1c3e03a2192f91444"
REQUIRES="libaec"
MAINTAINER="ArTourter"
EMAIL="artourter@gmail.com"