Skip to content
Draft
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
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
5 changes: 3 additions & 2 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
cmake:
local: ./@cmake
remote: ../ESMA_cmake.git
tag: v4.40.0
tag: v4.41.0
develop: develop

ecbuild:
Expand Down Expand Up @@ -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:
Expand Down
Loading