-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to CDO 2.4.2 * Update to HDF5 1.14.4.3 * Update to jpeg 9f * Update to curl 8.9.1 * Update to NCO 5.2.7 * Update gcc c++ std * More fixes for CDO C++20 * Update to FMS 2024.03 * You can't build SDPToolkit without HDF4 * No longer require downloading all packages at start * Prepare for 8.6.0 Release
- Loading branch information
Showing
11 changed files
with
44 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8.5.0 | ||
8.6.0 |
Submodule curl
updated
1388 files
Submodule hdf5
updated
3724 files
Submodule jpeg
updated
73 files
Submodule nco
updated
33 files
+29 −16 | Makefile.in | |
+286 −129 | aclocal.m4 | |
+3 −0 | bld/nco.spec | |
+15 −15 | bld/nco_dst.pl | |
+18 −17 | bm/NCO_rgr.pm | |
+257 −100 | configure | |
+1 −1 | configure.ac | |
+21 −11 | data/Makefile.in | |
+8 −2 | data/ncclimo | |
+9 −7 | data/ncremap | |
+8 −2 | debian/changelog | |
+55 −119 | doc/ANNOUNCE | |
+72 −1 | doc/ChangeLog | |
+22 −13 | doc/Makefile.in | |
+1 −2 | doc/VERSION | |
+81 −81 | doc/debian.txt | |
+31 −26 | doc/index.shtml | |
+22 −4 | doc/nco.texi | |
+18 −8 | man/Makefile.in | |
+15 −4 | src/Makefile.in | |
+23 −17 | src/nco++/Makefile.in | |
+73 −39 | src/nco/Makefile.in | |
+11 −2 | src/nco/ncks.c | |
+3 −2 | src/nco/nco.h | |
+21 −18 | src/nco/nco_flt.c | |
+11 −11 | src/nco/nco_grp_utl.c | |
+16 −6 | src/nco/nco_map.c | |
+26 −4 | src/nco/nco_netcdf.c | |
+200 −17 | src/nco/nco_rgr.c | |
+1 −0 | src/nco/nco_rgr.h | |
+1 −1 | src/nco/nco_scm.c | |
+4 −4 | src/nco/nco_var_utl.c | |
+71 −37 | src/nco_c++/Makefile.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
dd4f73a3beacc84bd5f8da56a86b58a69169602259cc98f0d6bc80156b7842996e4b082b1554197e7a82b49b2afc8de67f6365dd2449e4bcb44bed1565ac9e1c cdo-2.3.0.tar.gz | ||
7b11d47e208bebab83a4e9e83d106600c168e2922887573a1bbb589de43acb05604f7a0914b8a4d620a5254ad12ec8b04afe14aa81e473f01349d84f387bbaa4 cdo-2.4.2.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters