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 |
|
#cppunit_prefix = 'C:/CppUnit' |
124 |
|
|
125 |
|
# CppUnit library/libraries to link against |
126 |
|
#cppunit_libs = ['cppunit'] |
127 |
|
|
128 |
# Whether to use the netCDF library for dump file support |
# Whether to use the netCDF library for dump file support |
129 |
# DEFAULT: False |
# DEFAULT: False |
130 |
netcdf = True |
netcdf = True |
179 |
# UMFPACK library/libraries to link against |
# UMFPACK library/libraries to link against |
180 |
#umfpack_libs = ['umfpack'] |
#umfpack_libs = ['umfpack'] |
181 |
|
|
182 |
|
# Whether to use BoomerAMG (requires MPI) |
183 |
|
# DEFAULT: False |
184 |
|
#boomeramg = True |
185 |
|
|
186 |
|
# Prefix or paths to BoomerAMG headers and libraries. See note above. |
187 |
|
#boomeramg_prefix = 'C:/boomeramg' |
188 |
|
|
189 |
|
# BoomerAMG library/libraries to link against |
190 |
|
#boomeramg_libs = ['HYPRE'] |
191 |
|
|
192 |
# Flavour of LAPACK implementation |
# Flavour of LAPACK implementation |
193 |
# Recognized values: 'none', 'clapack', 'mkl' |
# Recognized values: 'none', 'clapack', 'mkl' |
194 |
# DEFAULT: 'none' (do not use LAPACK) |
# DEFAULT: 'none' (do not use LAPACK) |
225 |
# DEFAULT: False |
# DEFAULT: False |
226 |
#pyvisi = True |
#pyvisi = True |
227 |
|
|
228 |
|
# Build dynamic libraries only |
229 |
|
#DEFAULT: False |
230 |
|
#build_shared = True |
231 |
|
|
232 |
|
|
233 |
### ADVANCED OPTIONS ### |
### ADVANCED OPTIONS ### |
234 |
# Do not change the following options unless you know what they do |
# Do not change the following options unless you know what they do |
235 |
|
|
236 |
|
# Use intel's VSL library for random data |
237 |
|
# DEFAULT: False |
238 |
|
#vsl_random = True |
239 |
|
|
240 |
# Extra libraries to link with |
# Extra libraries to link with |
241 |
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'] |
242 |
|
|
243 |
# Additional environmental variables to export to the tools |
# Additional environmental variables to export to the tools |
244 |
#env_export = [] |
#env_export = [] |
245 |
|
|
|
# Build a shared esysUtils library |
|
|
#share_esysutils = True |
|
|
|
|
|
# Build a shared paso library |
|
|
#share_paso = True |
|
|
|
|
246 |
#tools_names = ['msvc'] |
#tools_names = ['msvc'] |
247 |
|
|
248 |
#iknowwhatimdoing = False |
#iknowwhatimdoing = False |