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

Changeset 13057 for utils/build


Ignore:
Timestamp:
2020-06-07T19:57:15+02:00 (4 years ago)
Author:
rblod
Message:

ticket #2129 : End of tools compilation with key_agrif

Location:
utils/build
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • utils/build/makenemo

    r12415 r13057  
    352352#- We look after agrif 
    353353grep key_agrif ${COMPIL_DIR}/cpp.fcm && export AGRIFUSE=1 && export USEBLD=${USEBLD/xag/} 
    354 . ${COMPIL_DIR}/Fprep_agrif.sh ${NEW_CONF} ${NEMO_TDIR} || exit 3 
     354. ${COMPIL_DIR}/Fprep_agrif.sh ${NEW_CONF} ${NEMO_TDIR} arch_nemo.fcm || exit 3 
    355355 
    356356#- 
  • utils/build/mk/Fprep_agrif.sh

    r9598 r13057  
    6565 
    6666 #- CONV 
     67export MYARCH=$3 
    6768fcm build ${COMPIL_DIR}/conv.cfg || exit 1 
    6869#C_COMPILER=${CC-cc} 
  • utils/build/mk/conv.cfg

    r9598 r13057  
    88# Build information 
    99# ------------------------------------------------------------------------------ 
    10 inc $COMPIL_DIR/arch_nemo.fcm 
     10inc $COMPIL_DIR/$MYARCH 
    1111 
    1212bld::tool::cc        %CC 
Note: See TracChangeset for help on using the changeset viewer.