25 |
# 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 |
26 |
# 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. |
27 |
# This setting is mandatory. |
# This setting is mandatory. |
28 |
escript_opts_version = 200 |
escript_opts_version = 201 |
29 |
|
|
30 |
# Installation prefix. Files will be installed in subdirectories underneath. |
# Installation prefix. Files will be installed in subdirectories underneath. |
31 |
# DEFAULT: '.' (current directory) |
# DEFAULT: '.' (current directory) |
109 |
# boost-python library/libraries to link against |
# boost-python library/libraries to link against |
110 |
boost_libs = ['boost_python-mt-py26'] |
boost_libs = ['boost_python-mt-py26'] |
111 |
|
|
112 |
|
# Prefix or paths to CppUnit headers and libraries. See note above. |
113 |
|
#cppunit_prefix = '/usr/local' |
114 |
|
|
115 |
|
# CppUnit library/libraries to link against |
116 |
|
#cppunit_libs = ['cppunit'] |
117 |
|
|
118 |
# Whether to use the netCDF library for dump file support |
# Whether to use the netCDF library for dump file support |
119 |
# DEFAULT: False |
# DEFAULT: False |
120 |
#netcdf = True |
#netcdf = True |
169 |
# UMFPACK library/libraries to link against |
# UMFPACK library/libraries to link against |
170 |
#umfpack_libs = ['umfpack'] |
#umfpack_libs = ['umfpack'] |
171 |
|
|
172 |
|
# Whether to use BoomerAMG (requires MPI) |
173 |
|
# DEFAULT: False |
174 |
|
#boomeramg = True |
175 |
|
|
176 |
|
# Prefix or paths to BoomerAMG headers and libraries. See note above. |
177 |
|
#boomeramg_prefix = '/usr/local' |
178 |
|
|
179 |
|
# BoomerAMG library/libraries to link against |
180 |
|
#boomeramg_libs = ['HYPRE'] |
181 |
|
|
182 |
# Flavour of LAPACK implementation |
# Flavour of LAPACK implementation |
183 |
# Recognized values: 'none', 'clapack', 'mkl' |
# Recognized values: 'none', 'clapack', 'mkl' |
184 |
# DEFAULT: 'none' (do not use LAPACK) |
# DEFAULT: 'none' (do not use LAPACK) |
219 |
### ADVANCED OPTIONS ### |
### ADVANCED OPTIONS ### |
220 |
# Do not change the following options unless you know what they do |
# Do not change the following options unless you know what they do |
221 |
|
|
222 |
|
# Use intel's VSL library for random data |
223 |
|
# DEFAULT: False |
224 |
|
#vsl_random = True |
225 |
|
|
226 |
# Extra libraries to link with |
# Extra libraries to link with |
227 |
#sys_libs = [] |
#sys_libs = [] |
228 |
|
|