Changeset 234


Ignore:
Timestamp:
06/27/11 13:36:10 (13 years ago)
Author:
hozdoba
Message:

Préparation nouvelle arborescence

Location:
XMLIO_V2/dev/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/common/arch/arch-X86_LOCGNU_FEDORA.fcm

    r228 r234  
    1818%DEBUG_FFLAGS   -D XIOS_DEBUG -g 
    1919 
    20 %BASE_INC       -I /usr/include/openmpi-i386 
    21 %BASE_LD        -lstdc++        
     20%CBASE_INC      -I /usr/include/openmpi-i386 -I /work/dev_rv/extra/netcdf4/include -I /work/dev_rv/extra/hdf5/include 
     21%FBASE_INC      -I /usr/include/openmpi-i386  
     22%BASE_LD        -L /work/dev_rv/extra/hdf5/lib -L /work/dev_rv/extra/netcdf4/lib -lnetcdf -lhdf5_hl -lhdf5 -lz -lmpi -lmpi_cxx -lstdc++        
  • XMLIO_V2/dev/common/tools/bld.cfg

    r228 r234  
    3535bld::tool::ld        %LINKER 
    3636bld::tool::ldflags   %LD_FLAGS  
    37 bld::tool::cflags    %CFLAGS  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include 
    38 bld::tool::fflags    %FFLAGS -I/usr/include 
     37bld::tool::cflags    %CFLAGS %CBASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include 
     38bld::tool::fflags    %FFLAGS %FBASE_INC -I/usr/include 
    3939 
    4040# Pre-process code before analysing dependencies 
Note: See TracChangeset for help on using the changeset viewer.