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.
fcm2_multiple_pp-build.cfg in vendors/test/repos/trunk/cfg – NEMO

source: vendors/test/repos/trunk/cfg/fcm2_multiple_pp-build.cfg @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 5 years ago

Import latest FCM release from Github into the repository for testing

  • Property svn:mime-type set to text/x-shellscript
File size: 919 bytes
Line 
1include = $HERE/fcm2_base.cfg
2
3step.class[preprocess2] = preprocess
4step.class[build2]      = build
5
6steps = extract preprocess build preprocess2 build2
7
8preprocess2.prop{no-step-source} = preprocess
9preprocess2.ns-excl = / test_suite/subroutine/hello_c.c
10preprocess2.ns-incl = test_suite/subroutine test_suite/program
11preprocess2.prop{fpp} = wrap_pp
12preprocess2.prop{fpp.defs}[test_suite/subroutine/hello_sub.F90] = HELLO_SUB
13preprocess2.prop{fpp.defs}[test_suite/program/hello.F90] = CALL_HELLO_SUB
14
15build2.prop{no-step-source} = preprocess
16build2.prop{file-ext.script} = .pro
17build2.prop{fc} = wrap_fc
18build2.prop{fc.flags} = $fcflags
19build2.prop{fc.flags}[test_suite/subroutine] = $fcflags -O3
20build2.prop{cc} = wrap_cc
21build2.prop{cc.flags} = -O3
22build2.prop{ar} = wrap_ar
23build2.prop{dep.o.special}[test_suite/program] = hello_blockdata.o
24build2.prop{fc.defs}[test_suite/blockdata] = ODD
25build2.target = hello.sh
Note: See TracBrowser for help on using the repository browser.