Ignore:
Timestamp:
Dec 14, 2015, 11:43:09 AM (9 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2298:2396 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/makelmdz

    r2298 r2408  
    296296then
    297297   #We'll use some physics
    298    src_dirs="$src_dirs phy$physique"
     298   src_dirs="$src_dirs phy_common phy$physique"
    299299   LIBPHY='$(LIBO)/libphy'"$physique"'.a'
    300    lib_phy='-lphy'"$physique"
     300   LIBPHY_COMMON='$(LIBO)/libphy_common.a'
     301   lib_phy='-lphy'"$physique"' -lphy_common'
    301302   CPP_KEY="$CPP_KEY CPP_PHYS"
    302303   if [[ $phys_root == "lmd" ]]
     
    690691"PHYS=$physique" \
    691692LIBPHY=${LIBPHY} \
     693LIBPHY_COMMON=${LIBPHY_COMMON} \
    692694LIBDYN_PHYS=${LIBDYN_PHYS} \
    693695DIM=$dimc \
     
    721723"PHYS=$physique" \
    722724LIBPHY=${LIBPHY} \
     725LIBPHY_COMMON=${LIBPHY_COMMON} \
    723726LIBDYN_PHYS=${LIBDYN_PHYS} \
    724727DIM=$dimc \
Note: See TracChangeset for help on using the changeset viewer.