Changeset 2629 for XIOS3/trunk/bld.cfg


Ignore:
Timestamp:
04/25/24 15:05:23 (2 months ago)
Author:
jderouillat
Message:

Delete boost dependencies, the few features used are replaced by functions stored in extern/boost_extraction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/bld.cfg

    r2574 r2629  
    7171bld::tool::fpp       %FPP 
    7272bld::tool::cpp       %CPP 
    73 bld::tool::cppflags  %CBASE_INC -I${PWD}/extern/src_netcdf -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I${PWD}/extern/blitz/include  
    74 bld::tool::fppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include  
     73bld::tool::cppflags  %CBASE_INC -I${PWD}/extern/src_netcdf -I${PWD}/extern/boost_extraction/include -I${PWD}/extern/rapidxml/include -I${PWD}/extern/blitz/include  
     74bld::tool::fppflags  %BASE_INC -I${PWD}/extern/boost_extraction/include -I${PWD}/extern/rapidxml/include  
    7575bld::tool::ld        %LINKER 
    7676bld::tool::ldflags   %LD_FLAGS  
    77 bld::tool::cflags    %CFLAGS %CBASE_INC -I${PWD}/extern/src_netcdf -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I${PWD}/extern/blitz/include  
     77bld::tool::cflags    %CFLAGS %CBASE_INC -I${PWD}/extern/src_netcdf -I${PWD}/extern/boost_extraction/include -I${PWD}/extern/rapidxml/include -I${PWD}/extern/blitz/include  
    7878bld::tool::fflags    %FFLAGS %FBASE_INC  
    7979bld::tool::cppkeys   %CPP_KEY 
Note: See TracChangeset for help on using the changeset viewer.