Changeset 1710


Ignore:
Timestamp:
Jan 13, 2013, 6:24:06 PM (11 years ago)
Author:
Ehouarn Millour
Message:

Make install.sh modify the makelmdz script (just like was already done for makelmdz_fcm) so that one can compile with the distributed version of ORCHIDEE using "-v true".
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install.sh

    r1709 r1710  
    541541echo "bld::tool::SHELL   $whereisthatshell" >> bld.cfg
    542542
    543 ### Modify makelmdz_fcm to use ORCHIDEE in the bench:
     543### Modify makelmdz_fcm and makelmdz to use ORCHIDEE in the bench:
    544544### remove liborglob.a and libparallel.a
    545545cp makelmdz_fcm makelmdz_fcm.orig
     
    547547sed -e "s/-l\${LIBPREFIX}orglob//" \
    548548    makelmdz_fcm.orig > makelmdz_fcm
     549cp makelmdz makelmdz.orig
     550sed -e "s/-l\${LIBPREFIX}parallel//" \
     551sed -e "s/-l\${LIBPREFIX}orglob//" \
     552    makelmdz.orig > makelmdz
    549553
    550554fi # of if [ "$pclinux" = 1 ]
Note: See TracChangeset for help on using the changeset viewer.