# Build configuration for ANUGA # Flags to pass to GCC GCCFLAGS = '-O3 -Wall' # Flags to pass to MSVC Compiler MSVCFLAGS = '/Wall' # Location of the metis directory relative to the pymetis directory METIS_DIR = 'metis-4.0'