Skip to content

Commit

Permalink
gis/eccodes: Updated for version 2.28.3.
Browse files Browse the repository at this point in the history
Signed-off-by: ArTourter <artourter@gmail.com>
  • Loading branch information
ArTourter committed Oct 26, 2024
1 parent 42d67aa commit b15fcc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion gis/eccodes/eccodes.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=eccodes
VERSION=${VERSION:-2.38.0}
VERSION=${VERSION:-2.38.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -84,6 +84,8 @@ cd build
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_INSTALL_RPATH=true \
-DCMAKE_SKIP_RPATH=true \
-Deccodes_FULL_INSTALL_LIB_DIR=/usr/lib${LIBDIRSUFFIX} \
-DENABLE_AEC=ON \
-DENABLE_PNG=ON \
Expand Down
6 changes: 3 additions & 3 deletions gis/eccodes/eccodes.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="eccodes"
VERSION="2.38.0"
VERSION="2.38.3"
HOMEPAGE="https://confluence.ecmwf.int/display/ECC"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://confluence.ecmwf.int/download/attachments/45757960/eccodes-2.38.0-Source.tar.gz"
MD5SUM_x86_64="44f48a6eab61b36ea1a8e6579564ee60"
DOWNLOAD_x86_64="https://confluence.ecmwf.int/download/attachments/45757960/eccodes-2.38.3-Source.tar.gz"
MD5SUM_x86_64="4403d0d9bfa76d0c5b35bb3df21cf351"
REQUIRES="libaec"
MAINTAINER="ArTourter"
EMAIL="artourter@gmail.com"

0 comments on commit b15fcc8

Please sign in to comment.