diff --git a/CMakeLists.txt b/CMakeLists.txt index 50b45545..2f0d1d86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -129,10 +129,14 @@ install( DESTINATION ${CMAKE_INSTALL_PREFIX} ) +# Install a runtime manifest describing the installed executable/shared-library payload. +# This should run late in the install so that bin/, lib/, and etc/ are already populated. +install(SCRIPT "${ESMA_CMAKE_PATH}/esma_install_manifest.cmake") + # Adds ability to tar source include (esma_cpack) -# This installs a tarball of the source code +# This installs a tarfile of the source code # in the installation directory. # MUST BE THE LAST CODE IN THIS FILE option(INSTALL_SOURCE_TARFILE "Create and install source tarfile" OFF) diff --git a/README.md b/README.md index 4d3d62d4..286cfbd5 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ | [CICE](https://github.com/GEOS-ESM/CICE) | [geos/v0.2.0](https://github.com/GEOS-ESM/CICE/releases/tag/geos%2Fv0.2.0) | | [CPLFCST_Etc](https://github.com/GEOS-ESM/CPLFCST_Etc) | [v1.0.1](https://github.com/GEOS-ESM/CPLFCST_Etc/releases/tag/v1.0.1) | | [ecbuild](https://github.com/GEOS-ESM/ecbuild) | [geos/v3.13.1](https://github.com/GEOS-ESM/ecbuild/releases/tag/geos%2Fv3.13.1) | -| [ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake) | [v4.40.0](https://github.com/GEOS-ESM/ESMA_cmake/releases/tag/v4.40.0) | +| [ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake) | [v4.41.0](https://github.com/GEOS-ESM/ESMA_cmake/releases/tag/v4.41.0) | | [ESMA_env](https://github.com/GEOS-ESM/ESMA_env) | [v5.24.0](https://github.com/GEOS-ESM/ESMA_env/releases/tag/v5.24.0) | | [FVdycoreCubed_GridComp](https://github.com/GEOS-ESM/FVdycoreCubed_GridComp) | [v3.0.0](https://github.com/GEOS-ESM/FVdycoreCubed_GridComp/releases/tag/v3.0.0) | | [GAAS](https://github.com/GEOS-ESM/GAAS) | [v1.1.0](https://github.com/GEOS-ESM/GAAS/releases/tag/v1.1.0) | diff --git a/components.yaml b/components.yaml index 10c1d27c..8438f1cc 100644 --- a/components.yaml +++ b/components.yaml @@ -11,7 +11,7 @@ env: cmake: local: ./@cmake remote: ../ESMA_cmake.git - tag: v4.40.0 + tag: v4.41.0 develop: develop ecbuild: @@ -242,7 +242,8 @@ umwm: GEOSgcm_App: local: ./src/Applications/@GEOSgcm_App remote: ../GEOSgcm_App.git - tag: v3.0.0 + branch: feature/experiment-install + #tag: v3.0.0 develop: develop UMD_Etc: