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

source: vendors/test/repos/trunk/cfg/fcm1_base_inc.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: 804 bytes
Line 
1DEST::ROOTDIR                           $PWD
2
3REPOS::test::base                       fcm:test_suite_tr
4EXPSRC::test::base
5
6BLD::TOOL::FC                           wrap_fc
7BLD::TOOL::FFLAGS                       -assume nosource_include
8
9BLD::TOOL::CC                           wrap_cc
10BLD::TOOL::CFLAGS                       -O3
11
12BLD::TOOL::FFLAGS::test/subroutine      %BLD::TOOL::FFLAGS -O3
13
14BLD::TOOL::LD                           wrap_ld
15BLD::TOOL::AR                           wrap_ar
16
17BLD::TOOL::FPP                          wrap_pp
18BLD::TOOL::FPPKEYS::test/subroutine/hello_sub HELLO_SUB
19BLD::TOOL::FPPKEYS::test/program/hello        CALL_HELLO_SUB
20BLD::PP::test/subroutine/hello_sub      true
21BLD::PP::test/program                   true
22
23BLD::BLOCKDATA                          hello_blockdata
Note: See TracBrowser for help on using the repository browser.