source: TOOLS/MOSAIX/bld.cfg

Last change on this file was 4102, checked in by omamce, 5 years ago

O.M. : Add make_mosaix for portable compilation.

make_mosaix relies on the compilation system of XIOS

File size: 1.5 KB
Line 
1# --
2## SVN information
3#  $Author: omamce $
4#  $Date: 2018-03-12 11:17:59 +0100 (Mon, 12 Mar 2018) $
5#  $Revision: 3625 $
6#  $Id: CreateWeightsMask.bash 3625 2018-03-12 10:17:59Z omamce $
7#  $HeadURL: svn+ssh://omamce@forge.ipsl.jussieu.fr/ipsl/forge/projets/igcmg/svn/TOOLS/MOSAIX/CreateWeightsMask.bash $
8#
9
10cfg::type     bld                           
11cfg::version  1.0                           
12
13# Specifying the build directory
14inc bld_dir.cfg
15
16# ---------- User section -----------
17%CFLAGS           %BASE_CFLAGS %COMPIL_CFLAGS
18%FFLAGS           %BASE_FFLAGS %COMPIL_FFLAGS
19%LD_FLAGS         %ARCH_LD %BASE_LD -L%{XIOS_DIR}/lib -lxios
20
21# ---------- Do no touch -----------
22bld::target  interpol.exe
23
24search_src    1
25
26# -- Compiler, etc ...
27bld::tool::cc        %CCOMPILER
28bld::tool::fc        %FCOMPILER
29bld::tool::fpp       %FPP
30bld::tool::cpp       %CPP
31bld::tool::cppflags  %CBASE_INC -I%{XIOS_DIR}/inc 
32bld::tool::fppflags  %BASE_INC  -I%{XIOS_DIR}/inc 
33bld::tool::ld        %LINKER
34bld::tool::ldflags   %LD_FLAGS
35bld::tool::cflags    %CFLAGS %CBASE_INC -I%{XIOS_DIR}/inc
36bld::tool::fflags    %FFLAGS %FBASE_INC -I%{XIOS_DIR}/inc
37bld::tool::cppkeys   %CPP_KEY
38bld::tool::fppkeys   %CPP_KEY
39bld::tool::make      %MAKE
40
41# -- Ignore the following dependencies
42bld::excl_dep        use::netcdf
43bld::excl_dep        use::mpi
44bld::excl_dep        inc::mpif.h
45bld::excl_dep        use::xios
46bld::excl_dep        use::mod_wait
47
48# -- Dont generate interface files
49bld::tool::geninterface none
Note: See TracBrowser for help on using the repository browser.