28 |
# 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 |
29 |
# 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. |
30 |
# This setting is mandatory. |
# This setting is mandatory. |
31 |
escript_opts_version = 200 |
escript_opts_version = 201 |
32 |
|
|
33 |
# Installation prefix. Files will be installed in subdirectories underneath. |
# Installation prefix. Files will be installed in subdirectories underneath. |
34 |
# DEFAULT: '.' (current directory) |
# DEFAULT: '.' (current directory) |
119 |
# boost-python library/libraries to link against |
# boost-python library/libraries to link against |
120 |
boost_libs = ['boost_python-vc71-mt-1_41'] |
boost_libs = ['boost_python-vc71-mt-1_41'] |
121 |
|
|
122 |
|
# Prefix or paths to CppUnit headers and libraries. See note above. |
123 |
|
# C:\buildlibs\cppunit-1.12.1\src\cppunit\Release |
124 |
|
cppunit_prefix = os.path.join(system_builddeps, 'cppunit-1.12.1'), os.path.join(system_builddeps, 'src','cppunit','Release')] |
125 |
|
|
126 |
|
# CppUnit library/libraries to link against |
127 |
|
cppunit_libs = ['cppunit'] |
128 |
|
|
129 |
# Whether to use the netCDF library for dump file support |
# Whether to use the netCDF library for dump file support |
130 |
# DEFAULT: False |
# DEFAULT: False |
131 |
netcdf = True |
netcdf = True |
180 |
# UMFPACK library/libraries to link against |
# UMFPACK library/libraries to link against |
181 |
#umfpack_libs = ['umfpack'] |
#umfpack_libs = ['umfpack'] |
182 |
|
|
183 |
|
# Whether to use BoomerAMG (requires MPI) |
184 |
|
# DEFAULT: False |
185 |
|
#boomeramg = True |
186 |
|
|
187 |
|
# Prefix or paths to BoomerAMG headers and libraries. See note above. |
188 |
|
#boomeramg_prefix = 'C:/boomeramg' |
189 |
|
|
190 |
|
# BoomerAMG library/libraries to link against |
191 |
|
#boomeramg_libs = ['HYPRE'] |
192 |
|
|
193 |
# Flavour of LAPACK implementation |
# Flavour of LAPACK implementation |
194 |
# Recognized values: 'none', 'clapack', 'mkl' |
# Recognized values: 'none', 'clapack', 'mkl' |
195 |
# DEFAULT: 'none' (do not use LAPACK) |
# DEFAULT: 'none' (do not use LAPACK) |
226 |
# DEFAULT: False |
# DEFAULT: False |
227 |
#pyvisi = True |
#pyvisi = True |
228 |
|
|
229 |
|
# Build dynamic libraries only |
230 |
|
#DEFAULT: False |
231 |
|
#build_shared = True |
232 |
|
|
233 |
|
|
234 |
### ADVANCED OPTIONS ### |
### ADVANCED OPTIONS ### |
235 |
# Do not change the following options unless you know what they do |
# Do not change the following options unless you know what they do |
236 |
|
|
237 |
|
# Use intel's VSL library for random data |
238 |
|
# DEFAULT: False |
239 |
|
#vsl_random = True |
240 |
|
|
241 |
# Extra libraries to link with |
# Extra libraries to link with |
242 |
sys_libs = ['C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/PlatformSDK/Lib/Ws2_32'] |
sys_libs = ['C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/PlatformSDK/Lib/Ws2_32'] |
243 |
|
|
244 |
# Additional environmental variables to export to the tools |
# Additional environmental variables to export to the tools |
245 |
#env_export = [] |
#env_export = [] |
246 |
|
|
|
# Build a shared esysUtils library |
|
|
#share_esysutils = True |
|
|
|
|
|
# Build a shared paso library |
|
|
#share_paso = True |
|
|
|
|
247 |
#tools_names = ['msvc'] |
#tools_names = ['msvc'] |
248 |
|
|
249 |
#iknowwhatimdoing = False |
#iknowwhatimdoing = False |