New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 11982 for utils – NEMO

Changeset 11982 for utils


Ignore:
Timestamp:
2019-11-27T14:07:30+01:00 (4 years ago)
Author:
mathiot
Message:

maketools_ENHANCE-03_domcfg: update to maketools needed to add preprocessing step

File:
1 copied

Legend:

Unmodified
Added
Removed
  • utils/build/maketools_ENHANCE-03_domcfg

    r11981 r11982  
    145145[ "${CMP_NAM}" ==  help ] && . ${COMPIL_DIR}/Flist_archfile.sh all && exit 
    146146 
    147 #- When used for the first time, choose a compiler --- 
    148 . ${COMPIL_DIR}/Fcheck_archfile.sh arch_tools.fcm cpp.fcm ${CMP_NAM} || exit 
    149  
    150147#- Choose a default tool if needed --- 
    151148#- REBUILD or last one used --- 
     
    156153 
    157154#- Make the building directory 
    158 . ${COMPIL_DIR}/Fmake_bld.sh ${TOOLS_DIR} ${NEW_CONF} ${NEMO_TDIR} || exit 
     155. ${COMPIL_DIR}/Fmake_tools_bld.sh ${TOOLS_DIR} ${NEW_CONF} ${NEMO_TDIR} || exit 
     156 
     157#- At this stage cpp keys have been updated. we can check the arch file 
     158#- When used for the first time, choose a compiler --- 
     159. ${COMPIL_DIR}/Fcheck_archfile.sh arch_tools.fcm cpp_tools.fcm ${CMP_NAM} || exit 
    159160 
    160161#- 
Note: See TracChangeset for help on using the changeset viewer.