forked from cea-trust-platform/TrioCFD-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.cfg
More file actions
24 lines (21 loc) · 671 Bytes
/
project.cfg
File metadata and controls
24 lines (21 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# description section (required)
[description]
name : TrioCFD
author : CEA - STMF/LDEL
executable : TrioCFD
# dependencies section (optional)
# dependencies format is the following
#
# dependency_name : /path/to/dependency
[dependencies]
# prerequisite section (optional)
[prerequisite1]
name : fftw-3.3.8
prog_test : test_fftw3.cpp
librairies_flag : -lfftw3_mpi -lfftw3
configure_flag : --enable-mpi --enable-shared --with-pic
[prerequisite2]
name : mgis-rliv-2.2-commit-21466c14
prog_test : test_mgis.cpp
librairies_flag : -lMFrontGenericInterface-static
configure_flag : --enable-static --disable-website --cxxflags='-fPIC' --use-external-compiler-flags