Changes between Initial Version and Version 2 of Ticket #937
- Timestamp:
- 06/04/23 19:04:34 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #937
- Property Resolution → Done
- Property Status new → closed
-
Ticket #937 – Description
initial v2 1 Unified the location of **cpp_clean** in standalone **ROMS** and **ROMS-JEDI** for CMake configuration. In **Compilers/roms_functions.cmake** we now have: 2 3 4 {{{ 1 * Unified the location of **cpp_clean** in standalone **ROMS** and **ROMS-JEDI** for **CMake** configuration. In **Compilers/roms_functions.cmake** we now have: 2 {{{ 5 3 # Functions used in CMake to overcome its rudimentary capabilities. 6 4 … … 38 36 message( STATUS "CPP_CLEAN=${CPP_CLEAN}" ) 39 37 }}} 38 39 * Added CMake (**cbuild_roms.csh** and **cbuild_roms.sh**) scripts to all the applications in the test repository. As **build_roms.csh** and **build_roms.sh**, they can be used for any version of ROMS in the **git** and **svn** repositories.