Changeset 2408 for LMDZ5/branches/testing/makelmdz
- Timestamp:
- Dec 14, 2015, 11:43:09 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2293-2295,2297,2299-2302,2305-2313,2315,2317-2380,2382-2396
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/makelmdz
r2298 r2408 296 296 then 297 297 #We'll use some physics 298 src_dirs="$src_dirs phy $physique"298 src_dirs="$src_dirs phy_common phy$physique" 299 299 LIBPHY='$(LIBO)/libphy'"$physique"'.a' 300 lib_phy='-lphy'"$physique" 300 LIBPHY_COMMON='$(LIBO)/libphy_common.a' 301 lib_phy='-lphy'"$physique"' -lphy_common' 301 302 CPP_KEY="$CPP_KEY CPP_PHYS" 302 303 if [[ $phys_root == "lmd" ]] … … 690 691 "PHYS=$physique" \ 691 692 LIBPHY=${LIBPHY} \ 693 LIBPHY_COMMON=${LIBPHY_COMMON} \ 692 694 LIBDYN_PHYS=${LIBDYN_PHYS} \ 693 695 DIM=$dimc \ … … 721 723 "PHYS=$physique" \ 722 724 LIBPHY=${LIBPHY} \ 725 LIBPHY_COMMON=${LIBPHY_COMMON} \ 723 726 LIBDYN_PHYS=${LIBDYN_PHYS} \ 724 727 DIM=$dimc \
Note: See TracChangeset
for help on using the changeset viewer.