Changeset 74


Ignore:
Timestamp:
06/18/13 09:51:07 (11 years ago)
Author:
smasson
Message:

remove reference to xmlf90 and xmlio in bld.cfg, continue changeset r46

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/TOOLS/COMPILE/bld.cfg

    r58 r74  
    1313search_src           1 
    1414 
    15 src::xmlf90::cml          $MAIN_DIR/EXTERNAL/XMLF90/src/cml 
    16 src::xmlf90::dom          $MAIN_DIR/EXTERNAL/XMLF90/src/dom 
    17 src::xmlf90::sax          $MAIN_DIR/EXTERNAL/XMLF90/src/sax 
    18 src::xmlf90::strings      $MAIN_DIR/EXTERNAL/XMLF90/src/strings 
    19 src::xmlf90::wxml         $MAIN_DIR/EXTERNAL/XMLF90/src/wxml 
    20 src::xmlf90::xpath        $MAIN_DIR/EXTERNAL/XMLF90/src/xpath 
    21 src::xmlio                $MAIN_DIR/EXTERNAL/XMLIO_SERVER/src/XMLIO 
    22 src::ioserver             $MAIN_DIR/EXTERNAL/XMLIO_SERVER/src/IOSERVER 
    2315src::ioipsl               $MAIN_DIR/EXTERNAL/IOIPSL/src 
    2416src::agrif                $MAIN_DIR/EXTERNAL/AGRIF/AGRIF_FILES 
    2517src::nemo                 $CONFIG_DIR/$NEW_CONF/WORK 
    2618 
    27 #bld::lib::xmlf90           xmlf90 
    28 #bld::lib::xmlio            xmlio 
    29 #bld::lib::ioserver         ioserver 
    30 #bld::lib::ioipsl           ioipsl 
    31 #bld::lib::agrif            agrif 
    32 #bld::lib::nemo             nemo 
    33 #bld::target libxmlf90.a libioserver.a libxmlio.a libioipsl.a libagrif.a libnemo.a server.exe nemo.exe 
    34 bld::target  server.exe nemo.exe 
     19bld::target  nemo.exe 
    3520bld::exe_dep 
    3621 
    3722 
    3823dir::root            $NEMO_TDIR/$NEW_CONF/BLD 
    39  
    4024 
    4125bld::tool::fc        %FC  
     
    4933 
    5034# Pre-process code before analysing dependencies 
    51 bld::pp::xmlio    1 
    52 bld::pp::ioserver 1 
    5335bld::pp::ioipsl   1 
    5436bld::pp::nemo     1 
     
    5638bld::tool::fpp       $COMPIL_DIR/agrifpp.sh 
    5739bld::tool::fppflags::nemo ${AGRIFUSE} %FPPFLAGS 
    58 bld::tool::fppflags::xmlio    0 %FPPFLAGS 
    59 bld::tool::fppflags::ioserver 0 %FPPFLAGS 
    6040bld::tool::fppflags::ioipsl   0 %FPPFLAGS 
    6141bld::tool::fppflags::agrif    0 %FPPFLAGS 
     
    7050bld::excl_dep        inc::mpe_logf.h 
    7151bld::excl_dep        use::mpi 
     52bld::excl_dep        use::xios 
    7253bld::excl_dep        use::mod_prism 
    7354bld::excl_dep        use::mod_prism_proto 
Note: See TracChangeset for help on using the changeset viewer.