/[escript]/trunk/scons/prism_options.py
ViewVC logotype

Diff of /trunk/scons/prism_options.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 425 by gross, Tue Jan 10 04:10:39 2006 UTC revision 456 by jgs, Tue Jan 24 04:38:50 2006 UTC
# Line 2  Line 2 
2  mkl_path = ''  mkl_path = ''
3  mkl_lib_path = ''  mkl_lib_path = ''
4  mkl_libs = []  mkl_libs = []
5                                                                                                                                                                                                        
6  # locations of libs etc used by SCSL  # locations of libs etc used by SCSL
7  scsl_path = ''  scsl_path = ''
8  scsl_lib_path = ''  scsl_lib_path = ''
9  scsl_libs = []  scsl_libs = []
10    
                                                                                                                                                                                                       
11  # locations of libs etc used by UMFPACK  # locations of libs etc used by UMFPACK
12  umfpack_path = ''  umfpack_path = ''
13  umfpack_lib_path = ''  umfpack_lib_path = ''
14  umfpack_libs = []  umfpack_libs = []
15                                                                                                                                                                                                        
16  # locations of include files for python  # locations of include files for python
17  python_path = '/opt/tools/python-2.3.5-gcc3.4/include/python2.3'  python_path = '/opt/tools/python-2.3.5-gcc3.4/include/python2.3'
18  python_lib_path = '/opt/tools/python-2.3.5-gcc3.4/lib'  python_lib_path = '/opt/tools/python-2.3.5-gcc3.4/lib'
19  python_lib = 'python2.3'  python_lib = 'python2.3'
20                                                                                                                                                                                                        
21  # locations of libraries for boost  # locations of libraries for boost
22  boost_path = '/opt/tools/boost_1_31-gcc3.4/include/boost-1_31'  boost_path = '/opt/tools/boost_1_31-gcc3.4/include/boost-1_31'
23  boost_lib_path = '/opt/tools/boost_1_31-gcc3.4/lib'  boost_lib_path = '/opt/tools/boost_1_31-gcc3.4/lib'

Legend:
Removed from v.425  
changed lines
  Added in v.456

  ViewVC Help
Powered by ViewVC 1.1.26