summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2023-07-19 18:07:33 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-22 15:52:47 +0700
commit66fd378cef66ec3868d4095e925c7e6f44e0a31d (patch)
tree77095c1ccf93749d5f636253ac2e49deae3cae47
parent0a1c243fcfc15663a1251f1273434246fad041e9 (diff)
downloadslackbuilds-66fd378cef66ec3868d4095e925c7e6f44e0a31d.tar.gz
slackbuilds-66fd378cef66ec3868d4095e925c7e6f44e0a31d.tar.xz
academic/cdo: Unsupported on 32bit.
This needs gis/eccodes which is 64 bit only. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--academic/cdo/cdo.info8
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/cdo/cdo.info b/academic/cdo/cdo.info
index 4cf7e843a8..c71d88a487 100644
--- a/academic/cdo/cdo.info
+++ b/academic/cdo/cdo.info
@@ -1,10 +1,10 @@
PRGNAM="cdo"
VERSION="2.2.1"
HOMEPAGE="https://code.mpimet.mpg.de/projects/cdo"
-DOWNLOAD="https://code.mpimet.mpg.de/attachments/download/28653/cdo-2.2.1.tar.gz"
-MD5SUM="5d1a4c630d64e62720abb1aec4786809"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
+DOWNLOAD="UNSUPPORTED"
+MD5SUM=""
+DOWNLOAD_x86_64="https://code.mpimet.mpg.de/attachments/download/28653/cdo-2.2.1.tar.gz"
+MD5SUM_x86_64="5d1a4c630d64e62720abb1aec4786809"
REQUIRES="proj udunits netcdf eccodes"
MAINTAINER="ArTourter"
EMAIL="artourter@gmail.com"