Changeset 6175


Ignore:
Timestamp:
Apr 17, 2026, 6:02:05 PM (2 weeks ago)
Author:
Laurent Fairhead
Message:

Modification in orchidee suffix to use to get the right executable name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r6174 r6175  
    782782    esac
    783783
     784    # updating suffix for name of executable to come out of the compilation
     785    if [[ $veget = 'none' ]]; then
     786        suff_orc=''
     787    else
     788        suff_orc='_'${fcm_veget_version}
     789    fi
     790
     791
    784792    if [[ -n $fetch_rev ]]; then
    785793        echo "IF YOU INSTALL ORCHIDEE THE VERY FIRST TIME, ASK for PASSWORD at orchidee-help@listes.ipsl.fr"
     
    899907    # Check executable
    900908    # FHTBD : Nettoyer tout ça en douceur mais sans trainer
    901     # name of executable changed with new makelmdz_fcm (revision 5743)
     909    # name of executable changed with new makelmdz_fcm (revision 5844)
    902910    if [[ -z ${build_dir+x} ]]; then build_dir=libo; fi
    903911    if [[ -x $build_dir/$config_name/gcm ]]; then
Note: See TracChangeset for help on using the changeset viewer.