source: build_options.py @ 3444

Last change on this file since 3444 was 3414, checked in by jack, 19 years ago

Added pymetis to the scons scripts

File size: 226 bytes
Line 
1# Build configuration for ANUGA
2
3# Flags to pass to GCC
4GCCFLAGS = '-O3 -Wall'
5
6# Flags to pass to MSVC Compiler
7MSVCFLAGS = '/Wall'
8
9# Location of the metis directory relative to the pymetis directory
10METIS_DIR = 'metis-4.0'
Note: See TracBrowser for help on using the repository browser.