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 14947 for utils/build/makenemo – NEMO

Changeset 14947 for utils/build/makenemo


Ignore:
Timestamp:
2021-06-04T16:09:44+02:00 (3 years ago)
Author:
gsamson
Message:

modify Fmake_WORK.sh script and call in makenemo to correctly handle '-e' option; ticket #2684

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/build/makenemo

    r14198 r14947  
    277277 
    278278export NEMO_TDIR=${x_t:-$CONFIG_DIR} 
     279export $NEM_SUBDIR $NEW_CONF 
    279280 
    280281## Save new configuration with sub-components set in work_cfgs.txt 
     
    300301#- Clean links and librairies --- 
    301302#- Creating the good links, at first on OCE --- 
    302 . ${COMPIL_DIR}/Fmake_WORK.sh ${x_e} ${NEW_CONF} ${NEM_SUBDIR} || exit 3 
     303. ${COMPIL_DIR}/Fmake_WORK.sh ${x_e[@]} || exit 3 
    303304 
    304305. ${COMPIL_DIR}/Fmake_bld.sh ${CONFIG_DIR} ${NEW_CONF} ${NEMO_TDIR} || exit 3 
Note: See TracChangeset for help on using the changeset viewer.