Last change
on this file since 287 was
287,
checked in by ymipsl, 13 years ago
|
Mise à jour arch Titane
=> utilisation avec bibliothèque netcdf4 patch plus hdf5 1.8.7
YM
|
File size:
1.4 KB
|
Line | |
---|
1 | # ----------------------- FCM extract configuration file ----------------------- |
---|
2 | cfg::type bld |
---|
3 | cfg::version 1.0 |
---|
4 | |
---|
5 | |
---|
6 | # ------------------------------------------------------------------------------ |
---|
7 | # Build information |
---|
8 | # ------------------------------------------------------------------------------ |
---|
9 | |
---|
10 | inc arch.fcm |
---|
11 | inc config.fcm |
---|
12 | |
---|
13 | %CFLAGS %BASE_CFLAGS %COMPIL_CFLAGS |
---|
14 | %FFLAGS %BASE_FFLAGS %COMPIL_FFLAGS |
---|
15 | %LD_FLAGS %ARCH_LD %BASE_LD |
---|
16 | |
---|
17 | |
---|
18 | dest::root $PWD |
---|
19 | |
---|
20 | bld::infile_ext::cpp C::SOURCE |
---|
21 | bld::infile_ext::conf CPP::INCLUDE |
---|
22 | bld::infile_ext::hpp CPP::INCLUDE |
---|
23 | |
---|
24 | |
---|
25 | search_src true |
---|
26 | src::xmlio xmlio |
---|
27 | bld::lib::xmlio xmlio |
---|
28 | bld::target libxmlio.a |
---|
29 | bld::target main_server.exe test_netcdf.exe |
---|
30 | bld::exe_dep |
---|
31 | |
---|
32 | bld::tool::cc %CCOMPILER |
---|
33 | bld::tool::fc %FCOMPILER |
---|
34 | bld::tool::cppflags %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include |
---|
35 | bld::tool::ld %LINKER |
---|
36 | bld::tool::ldflags %LD_FLAGS |
---|
37 | bld::tool::cflags %CFLAGS %CBASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I/usr/include |
---|
38 | bld::tool::fflags %FFLAGS %FBASE_INC -I/usr/include |
---|
39 | bld::tool::cppkeys %CPP_KEY |
---|
40 | bld::tool::fppkeys %CPP_KEY |
---|
41 | |
---|
42 | # Pre-process code before analysing dependencies |
---|
43 | bld::pp false |
---|
44 | bld::excl_dep use::mod_prism_get_comm |
---|
45 | bld::excl_dep use::mod_prism_proto |
---|
46 | bld::excl_dep inc::mpif.h |
---|
Note: See
TracBrowser
for help on using the repository browser.