New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
bld.cfg in branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM/EXTERNAL/XIOS – NEMO

source: branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM/EXTERNAL/XIOS/bld.cfg @ 3431

Last change on this file since 3431 was 3431, checked in by rblod, 12 years ago

restore bld.cfg on dev_r3406_LOCEAN4_XIOS

File size: 1.6 KB
Line 
1# ----------------------- FCM extract configuration file -----------------------
2cfg::type                           bld
3cfg::version                        1.0
4
5inc $COMPIL_DIR/arch_nemo.fcm
6inc $COMPIL_DIR/cpp.fcm
7
8# ------------------------------------------------------------------------------
9# Build information
10# ------------------------------------------------------------------------------
11
12dest::root   $PWD
13
14bld::infile_ext::cpp   C::SOURCE
15bld::infile_ext::conf  CPP::INCLUDE
16bld::infile_ext::hpp   CPP::INCLUDE
17
18
19search_src           true
20src::zzz .
21src::date $PWD/extern/boost/src/date_time
22bld::lib xios
23bld::target libxios.a
24#bld::target test.exe
25#bld::target generate_fortran_interface.exe
26bld::target xios_server.exe test_cs.exe 
27bld::exe_dep
28
29bld::tool::cc        %CC
30bld::tool::fc        %FC
31bld::tool::fpp       cpp
32bld::tool::cpp       cpp
33bld::tool::cppflags  %XIO_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 
34bld::tool::fppflags  -std=c99 %XIO_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include
35bld::tool::ld        %XIO_LD
36bld::tool::ldflags   %XIO_LDFLAGS %XIO_LDINC
37bld::tool::cflags    %XIO_CFLAGS %XIO_CINC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 
38bld::tool::fflags    %XIO_FFLAGS 
39bld::tool::make   %MK
40
41# Pre-process code before analysing dependencies
42bld::pp    false         
43bld::pp::interface/fortran              true
44bld::pp::interface/fortran_attr         true
45bld::excl_dep        use::mod_prism_get_comm
46bld::excl_dep        use::mod_prism_get_localcomm_proto
47bld::excl_dep        use::mod_prism_proto
48bld::excl_dep        inc::mpif.h
Note: See TracBrowser for help on using the repository browser.