Skip to content

Commit

Permalink
Update w3emc to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DusanJovic-NOAA committed Aug 29, 2024
1 parent 1ff4ec3 commit 9cbc473
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions libs/ufslibs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ ExternalProject_Add_StepDependencies(esmf build netcdf_fortran pio)
##
ExternalProject_Add(bacio
URL ${downloads_prefix}/bacio.tar.gz
URL_HASH MD5=95bab417fbaf7c1f6f99316052189bea
BUILD_IN_SOURCE OFF
LIST_SEPARATOR ,
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${install_prefix}/bacio
Expand All @@ -397,6 +398,7 @@ ExternalProject_Add(bacio
##
ExternalProject_Add(g2
URL ${downloads_prefix}/g2.tar.gz
URL_HASH MD5=9931fb0740e66d3bfc09fb6cb842532b
BUILD_IN_SOURCE OFF
LIST_SEPARATOR ,
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${install_prefix}/g2
Expand All @@ -418,6 +420,7 @@ ExternalProject_Add_StepDependencies(g2 build jasper libpng bacio)
##
ExternalProject_Add(g2tmpl
URL ${downloads_prefix}/g2tmpl.tar.gz
URL_HASH MD5=dd40b6ff5d08f76e71475c24a81ea2a3
BUILD_IN_SOURCE OFF
LIST_SEPARATOR ,
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${install_prefix}/g2tmpl
Expand All @@ -433,6 +436,7 @@ ExternalProject_Add(g2tmpl
##
ExternalProject_Add(sp
URL ${downloads_prefix}/sp.tar.gz
URL_HASH MD5=fc50806fb552b114a9f18d57ad3747a7
BUILD_IN_SOURCE OFF
LIST_SEPARATOR ,
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${install_prefix}/sp
Expand All @@ -448,6 +452,7 @@ ExternalProject_Add(sp
##
ExternalProject_Add(ip
URL ${downloads_prefix}/ip.tar.gz
URL_HASH MD5=e19101124af68ee6a8f9c8051aa3aa6a
BUILD_IN_SOURCE OFF
LIST_SEPARATOR ,
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${install_prefix}/ip
Expand All @@ -465,6 +470,7 @@ ExternalProject_Add_StepDependencies(ip build sp)
##
ExternalProject_Add(w3emc
URL ${downloads_prefix}/w3emc.tar.gz
URL_HASH MD5=ab162725c04899b8295bd74ed184debf
BUILD_IN_SOURCE OFF
LIST_SEPARATOR ,
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${install_prefix}/w3emc
Expand Down
2 changes: 1 addition & 1 deletion libs/ufslibs/fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ download_and_check_md5sum 9931fb0740e66d3bfc09fb6cb842532b https://github.com/N
download_and_check_md5sum dd40b6ff5d08f76e71475c24a81ea2a3 https://github.com/NOAA-EMC/NCEPLIBS-g2tmpl/archive/refs/tags/v1.13.0.tar.gz g2tmpl.tar.gz
download_and_check_md5sum e19101124af68ee6a8f9c8051aa3aa6a https://github.com/NOAA-EMC/NCEPLIBS-ip/archive/refs/tags/v4.3.0.tar.gz ip.tar.gz
download_and_check_md5sum fc50806fb552b114a9f18d57ad3747a7 https://github.com/NOAA-EMC/NCEPLIBS-sp/archive/refs/tags/v2.5.0.tar.gz sp.tar.gz
download_and_check_md5sum 63a4b64654e6be77eaadeba1f2252d8f https://github.com/NOAA-EMC/NCEPLIBS-w3emc/archive/refs/tags/v2.10.0.tar.gz w3emc.tar.gz
download_and_check_md5sum ab162725c04899b8295bd74ed184debf https://github.com/NOAA-EMC/NCEPLIBS-w3emc/archive/refs/tags/v2.12.0.tar.gz w3emc.tar.gz

download_and_check_md5sum 95a040cdfb0426448f1aab38b0c7601b https://github.com/JCSDA/crtm/archive/refs/tags/v2.4.0_emc.3.tar.gz crtm.tar.gz

Expand Down

0 comments on commit 9cbc473

Please sign in to comment.