Changes between Initial Version and Version 2 of Ticket #937


Ignore:
Timestamp:
06/04/23 19:04:34 (15 months ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #937

    • Property ResolutionDone
    • Property Status newclosed
  • 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 {{{
    53# Functions used in CMake to overcome its rudimentary capabilities.
    64
     
    3836message( STATUS "CPP_CLEAN=${CPP_CLEAN}" )
    3937}}}
     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.