Changeset 5553


Ignore:
Timestamp:
Feb 21, 2025, 1:32:42 PM (4 months ago)
Author:
acaubel
Message:

Added handling of oasis module in compilation scripts.

Location:
ICOSA_LMDZ
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ICOSA_LMDZ/bld.cfg

    r5317 r5553  
    9191bld::excl_dep        use::dimphy
    9292bld::excl_dep        use::phystokenc_mod
     93bld::excl_dep        use::mod_oasis
    9394bld::tool::SHELL   /bin/bash
  • ICOSA_LMDZ/make_icosa_lmdz

    r4616 r5553  
    188188if [[ "$with_oasis_defined" == "TRUE" ]]
    189189then
     190  COMPIL_FFLAGS="$COMPIL_FFLAGS $OASIS_INCDIR"
    190191  ICOSA_LIB="$ICOSA_LIB $OASIS_LIBDIR $OASIS_LIB"
    191192fi
Note: See TracChangeset for help on using the changeset viewer.