summaryrefslogtreecommitdiffstats
path: root/science-libs
diff options
context:
space:
mode:
authorIsmael Luceno2021-08-24 16:28:22 +0200
committerIsmael Luceno2021-08-24 16:28:22 +0200
commit5f5128b50828cdfdbef21f45cb2f81eca583185f (patch)
tree84dbd66fc924d2c87e94e750d211fccff61cc260 /science-libs
parentda331e43c38d076c57175cfde62afeb9c2822fa5 (diff)
netcdf 4.8.0
Diffstat (limited to 'science-libs')
-rwxr-xr-xscience-libs/netcdf/DEPENDS1
-rwxr-xr-xscience-libs/netcdf/DETAILS8
-rw-r--r--science-libs/netcdf/HISTORY3
3 files changed, 8 insertions, 4 deletions
diff --git a/science-libs/netcdf/DEPENDS b/science-libs/netcdf/DEPENDS
index b718514ff9..bb4b150f86 100755
--- a/science-libs/netcdf/DEPENDS
+++ b/science-libs/netcdf/DEPENDS
@@ -1,5 +1,6 @@
depends curl &&
optional_depends doxygen "--enable-doxygen" "--disable-doxygen" "for documentation" &&
+# FIXME port to hdf5 v112 API
optional_depends hdf5 "--enable-netcdf-4" "--disable-netcdf-4" "enable netcdf-4" &&
if is_depends_enabled $SPELL hdf5; then
optional_depends hdf4 '--enable-hdf4' '' 'HDF4 read capability'&&
diff --git a/science-libs/netcdf/DETAILS b/science-libs/netcdf/DETAILS
index 39232e3b6a..8778208014 100755
--- a/science-libs/netcdf/DETAILS
+++ b/science-libs/netcdf/DETAILS
@@ -1,8 +1,8 @@
SPELL=netcdf
- VERSION=4.4.0
- SOURCE_HASH=sha512:fa9b00b978065dc4cc4f90c643ac8968387d2be8af500e8ea62cdd4d23e4f0abe1f483ed7df1cb91d654e64775f9caa3bc25850b16c64b7659649e54412e4555
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ VERSION=4.8.0
+ SOURCE_HASH=sha512:24a6b8f8eaf52d24b81e971e7a2774b70dc223a746a2e00598ad98cf56d333750ed181582ebc37c96e2c350ff1e5bdeb0247867fbc04e21e122a79861fd51ca3
+ SOURCE=$SPELL-c-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-c-$VERSION
SOURCE_URL[0]=ftp://ftp.unidata.ucar.edu/pub/netcdf/$SOURCE
WEB_SITE=http://www.unidata.ucar.edu/software/netcdf/
ENTERED=20040914
diff --git a/science-libs/netcdf/HISTORY b/science-libs/netcdf/HISTORY
index d7291c80e5..5da5f74046 100644
--- a/science-libs/netcdf/HISTORY
+++ b/science-libs/netcdf/HISTORY
@@ -1,3 +1,6 @@
+2021-08-24 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 4.8.0
+
2016-06-01 Eric Sandall <sandalle@sourcemage.org>
* UP_TRIGGERS: 4.3 -> 4.4 is libnetcdf.so.7 -> libnetcdf.so.11 (breaks ffmpeg)