source: IOIPSL/trunk/bld.cfg @ 4882

Last change on this file since 4882 was 4882, checked in by jgipsl, 4 years ago

Correction to compile with fcm method needed since previsos changeset 4863: the module iso_fortran_env should not be compiled.

File size: 1.0 KB
RevLine 
[4432]1# ----------------------- FCM extract configuration file -----------------------
2cfg::type                           bld
3cfg::version                        1.0
4
5
6# ------------------------------------------------------------------------------
7# Build information
8# ------------------------------------------------------------------------------
9
10inc arch.fcm
11inc config.fcm
12
13%FFLAGS              %BASE_FFLAGS %COMPIL_FFLAGS
14%ROOT_PATH           $PWD
15%SRC_PATH            %ROOT_PATH
16
17dir::root            %ROOT_PATH/build
18
19src::src             %SRC_PATH/src
20search_src           false
21bld::lib ioipsl
22bld::target libioipsl.a
23bld::exe_dep             
24
25bld::tool::fc        %COMPILER
26bld::tool::ld        %LINK 
27bld::tool::ldflags   %LD_FLAGS %LIB 
28bld::tool::fflags    %FFLAGS 
29bld::tool::fppkeys   %CPP_KEY %FPP_DEF
30bld::tool::fpp       %FPP
31bld::tool::fppflags  %FPP_FLAGS
32
33# Pre-process code before analysing dependencies
34bld::pp              false
35
36bld::excl_dep        use::netcdf
[4882]37bld::excl_dep        use::iso_fortran_env
[4432]38bld::tool::SHELL   /bin/bash
Note: See TracBrowser for help on using the repository browser.