Changeset 3063


Ignore:
Timestamp:
Nov 8, 2017, 5:02:19 PM (7 years ago)
Author:
fhourdin
Message:

Add an "-Wl,-rpath=" to the netcdf library for the "flio_rbld" program used by the "rebuild" script.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r3062 r3063  
    502502  -e 's:g95.*.NCDF_INC.*.$:g95      NCDF_INC= '"$ncdfdir"'/include:' \
    503503  -e 's:g95.*.NCDF_LIB.*.$:g95      NCDF_LIB= -L'"$ncdfdir"'/lib -lnetcdff -lnetcdf:' \
     504  -e 's:g95      L_O =:g95      L_O = -Wl,-rpath='"$ncdfdir"'/lib:' \
    504505  -e "s:-fmod=:-$fmod:" -e 's/-fno-second-underscore//' \
    505506  -e 's:#-Q- g95      M_K = gmake:#-Q- g95      M_K = make:' \
Note: See TracChangeset for help on using the changeset viewer.