29 |
# The options file version. SCons will refuse to build if there have been |
# The options file version. SCons will refuse to build if there have been |
30 |
# changes to the set of variables and your file has not been updated. |
# changes to the set of variables and your file has not been updated. |
31 |
# This setting is mandatory. |
# This setting is mandatory. |
32 |
escript_opts_version = 200 |
escript_opts_version = 201 |
33 |
|
|
34 |
# Installation prefix. Files will be installed in subdirectories underneath. |
# Installation prefix. Files will be installed in subdirectories underneath. |
35 |
# DEFAULT: '.' (current directory) |
# DEFAULT: '.' (current directory) |
36 |
#prefix = '/usr/local' |
#prefix = '/usr/local' |
37 |
|
|
38 |
|
# Top-level directory for intermediate build and test files. |
39 |
|
# DEFAULT: 'build' |
40 |
|
#build_dir = 'build' |
41 |
|
|
42 |
# C compiler command name or full path. |
# C compiler command name or full path. |
43 |
# DEFAULT: auto-detected |
# DEFAULT: auto-detected |
44 |
#cc = 'gcc' |
#cc = 'gcc' |
111 |
#boost_prefix = '/usr/local' |
#boost_prefix = '/usr/local' |
112 |
|
|
113 |
# boost-python library/libraries to link against |
# boost-python library/libraries to link against |
114 |
#boost_libs = ['boost_python'] |
#boost_libs = ['boost_python-mt'] |
115 |
|
|
116 |
|
# Prefix or paths to CppUnit headers and libraries. See note above. |
117 |
|
#cppunit_prefix = '/usr/local' |
118 |
|
|
119 |
|
# CppUnit library/libraries to link against |
120 |
|
#cppunit_libs = ['cppunit'] |
121 |
|
|
122 |
# Whether to use the netCDF library for dump file support |
# Whether to use the netCDF library for dump file support |
123 |
# DEFAULT: False |
# DEFAULT: False |
173 |
# UMFPACK library/libraries to link against |
# UMFPACK library/libraries to link against |
174 |
#umfpack_libs = ['umfpack'] |
#umfpack_libs = ['umfpack'] |
175 |
|
|
176 |
|
# Whether to use BoomerAMG (requires MPI) |
177 |
|
# DEFAULT: False |
178 |
|
#boomeramg = True |
179 |
|
|
180 |
|
# Prefix or paths to BoomerAMG headers and libraries. See note above. |
181 |
|
#boomeramg_prefix = '/usr/local' |
182 |
|
|
183 |
|
# BoomerAMG library/libraries to link against |
184 |
|
#boomeramg_libs = ['HYPRE'] |
185 |
|
|
186 |
# Flavour of LAPACK implementation |
# Flavour of LAPACK implementation |
187 |
# Recognized values: 'none', 'clapack', 'mkl' |
# Recognized values: 'none', 'clapack', 'mkl' |
188 |
# DEFAULT: 'none' (do not use LAPACK) |
# DEFAULT: 'none' (do not use LAPACK) |
223 |
### ADVANCED OPTIONS ### |
### ADVANCED OPTIONS ### |
224 |
# Do not change the following options unless you know what they do |
# Do not change the following options unless you know what they do |
225 |
|
|
226 |
|
# Use intel's VSL library for random data |
227 |
|
# DEFAULT: False |
228 |
|
#vsl_random = True |
229 |
|
|
230 |
# Extra libraries to link with |
# Extra libraries to link with |
231 |
#sys_libs = [] |
#sys_libs = [] |
232 |
|
|