Changeset 3481 for trunk


Ignore:
Timestamp:
Oct 24, 2024, 1:10:51 PM (4 weeks ago)
Author:
afalco
Message:

fixed libphy compilation bug.
AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/makelmdz_fcm

    r3475 r3481  
    802802
    803803# cleanup before compiling
    804 rm -f bin/${code}${SUFF_NAME}
     804if [[ $libphy != "true" ]]; then
     805    rm -f bin/${code}${SUFF_NAME}
     806fi
    805807rm -f $LIBOGCM/${arch}${SUFF_NAME}/.config/fcm.bld.lock
    806808./build_gcm ${fcm_path} -j $job $full
Note: See TracChangeset for help on using the changeset viewer.