Last change
on this file since 3569 was
3550,
checked in by jack, 19 years ago
|
Move the SConstruct file into the anuga_core directory.
|
File size:
562 bytes
|
Line | |
---|
1 | # Build configuration for ANUGA |
---|
2 | |
---|
3 | # Flags to pass to GCC |
---|
4 | GCCFLAGS = '-O3 -Wall' |
---|
5 | |
---|
6 | # Flags to pass to MSVC Compiler |
---|
7 | MSVCFLAGS = '/Wall' |
---|
8 | |
---|
9 | # Location of the metis directory relative to the pymetis directory |
---|
10 | METIS_DIR = 'metis-4.0' |
---|
11 | |
---|
12 | # Optimisation level used when building the .pyo files |
---|
13 | OPTIMISATION_LEVEL = 1 |
---|
14 | |
---|
15 | # Where to install the compiled files. Defaults vary based on OS. |
---|
16 | # Uncommenting this and leaving it as the empty string will cause the |
---|
17 | # build to fail. |
---|
18 | #PREFIX = '' |
---|
19 | |
---|
20 | # Install .py files as well as the binaries? Yes/No option |
---|
21 | INSTALL_PYTHON_SOURCE = 'Yes' |
---|
Note: See
TracBrowser
for help on using the repository browser.