Changeset 5739 for LMDZ6


Ignore:
Timestamp:
Jul 1, 2025, 2:16:36 PM (5 weeks ago)
Author:
lguez
Message:

Do not add suffix to executable

Location:
LMDZ6/branches/compilation_2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/compilation_2/bld.cfg.ecrad

    r5738 r5739  
    5151bld::lib            lmdz
    5252
    53 bld::outfile_ext::exe    %SUFF_NAME
    54 bld::target              liblmdz.a %EXEC%SUFF_NAME
     53bld::outfile_ext::exe
     54bld::target              liblmdz.a %EXEC
    5555bld::exe_dep             
    5656
  • LMDZ6/branches/compilation_2/bld.cfg.rrtm

    r5738 r5739  
    4444bld::lib            lmdz
    4545
    46 bld::outfile_ext::exe    %SUFF_NAME
    47 bld::target              liblmdz.a %EXEC%SUFF_NAME
     46bld::outfile_ext::exe
     47bld::target              liblmdz.a %EXEC
    4848bld::exe_dep             
    4949
  • LMDZ6/branches/compilation_2/makelmdz_fcm

    r5738 r5739  
    765765echo "%CPP_KEY       $CPP_KEY"       >> $config_fcm
    766766echo "%EXEC          $code"          >> $config_fcm
    767 echo "%SUFF_NAME     $SUFF_NAME"     >> $config_fcm
    768767echo "%COMPIL_FFLAGS $COMPIL_FFLAGS" >> $config_fcm
    769768echo "%PARA_FFLAGS   $PARA_FFLAGS"   >> $config_fcm
Note: See TracChangeset for help on using the changeset viewer.