Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Libraries for 7.13.0 #113

Merged
merged 11 commits into from
May 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
### Removed
### Added

## [7.13.0] - 2023-05-24

### Updated

- esmf v8.5.0b22
- curl 8.1.1
- HDF5 1.10.10
- netCDF-C 4.9.2
- netCDF-Fortran 4.6.1
- CDO 2.2.0

## [7.12.0] - 2023-04-18

### Updates
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ NASA/GSFC.

| Library | Version |
| --- | --- |
| [ESMF](https://github.com/esmf-org/esmf) | v8.5.0b18 |
| [netCDF](https://github.com/Unidata/netcdf-c) | 4.9.0 |
| [netCDF Fortran](https://github.com/Unidata/netcdf-fortran) | 4.6.0 |
| [ESMF](https://github.com/esmf-org/esmf) | v8.5.0b22 |
| [netCDF](https://github.com/Unidata/netcdf-c) | 4.9.2 |
| [netCDF Fortran](https://github.com/Unidata/netcdf-fortran) | 4.6.1 |
| [netCDF C++](https://github.com/Unidata/netcdf-cxx4) | 4.3.1 |
| [HDF5](https://portal.hdfgroup.org/display/support) | 1.10.9 |
| [HDF5](https://portal.hdfgroup.org/display/support) | 1.10.10 |
| [HDF4](https://portal.hdfgroup.org/display/support) | 4.2.15 |
| [GFE](https://github.com/Goddard-Fortran-Ecosystem/GFE) | v1.10.0 |
| [xgboost](https://github.com/dmlc/xgboost) | v1.6.0 |
Expand All @@ -25,10 +25,10 @@ NASA/GSFC.
| [jpeg](http://www.ijg.org/) | 9e |
| [zlib](http://www.zlib.net/) | 1.2.13 |
| [szip](https://support.hdfgroup.org/doc_resource/SZIP/) | 2.1.1 |
| [cURL](https://curl.haxx.se/) | 8.0.1 |
| [cURL](https://curl.haxx.se/) | 8.1.1 |
| [UDUNITS2](https://github.com/Unidata/UDUNITS-2) | 2.2.26 |
| [NCO](http://nco.sourceforge.net/) | 5.1.5 |
| [CDO](https://code.mpimet.mpg.de/projects/cdo) | 2.1.1 |
| [CDO](https://code.mpimet.mpg.de/projects/cdo) | 2.2.0 |
| [nccmp](https://gitlab.com/remikz/nccmp) | 1.9.1.0 |
| [FLAP](https://github.com/mathomp4/FLAP) | geos/v1.10.0 |
| [HDF-EOS2](https://wiki.earthdata.nasa.gov/display/DAS) | 3.0 |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.12.0
7.13.0
2 changes: 1 addition & 1 deletion curl
Submodule curl updated 1325 files
2 changes: 1 addition & 1 deletion esmf
Submodule esmf updated 241 files
2 changes: 1 addition & 1 deletion hdf5
Submodule hdf5 updated 1922 files
2 changes: 1 addition & 1 deletion netcdf
Submodule netcdf updated 226 files
2 changes: 1 addition & 1 deletion scripts/cdo.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
84994016cc0c6f024762f3803d7b9805dd8e9300cca6f1d773826edd51e20494720d6b6fcb284ca558bdae6ed5be96a53442e0e54ee3194350311ca07a4a0037 cdo-2.1.1.tar.gz
3b72de3a88d21809cbc68f87ecf59cad86d50f375ebc9110ed5fd2ae158c17aded21f023c545f4a1ec5771d44b3bb7bbf73fde8b2bd53963494707cb506f861c cdo-2.2.0.tar.gz
4 changes: 2 additions & 2 deletions scripts/download_cdo.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# --------------

package_name='cdo'
tarball='cdo-2.1.1.tar.gz'
tarball='cdo-2.2.0.tar.gz'
# NOTE NOTE The last node of this URL changes with each new version
base_url='https://code.mpimet.mpg.de/attachments/download/27954/'
base_url='https://code.mpimet.mpg.de/attachments/download/28013/'

export LMOD_SH_DBG_ON=0

Expand Down