/[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 258 by jgs, Tue Nov 29 06:43:14 2005 UTC revision 425 by gross, Tue Jan 10 04:10:39 2006 UTC
# Line 1  Line 1 
1  # locations of include files for python and boost  # locations of libs etc used by mkl
2    mkl_path = ''
3    mkl_lib_path = ''
4    mkl_libs = []
5                                                                                                                                                                                                        
6    # locations of libs etc used by SCSL
7    scsl_path = ''
8    scsl_lib_path = ''
9    scsl_libs = []
10    
11                                                                                                                                                                                                        
12    # locations of libs etc used by UMFPACK
13    umfpack_path = ''
14    umfpack_lib_path = ''
15    umfpack_libs = []
16                                                                                                                                                                                                        
17    # locations of include files for python
18  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'
 boost_path = '/opt/tools/boost_1_31-gcc3.4/include/boost-1_31'  
   
 # locations of libraries for python and boost  
19  python_lib_path = '/opt/tools/python-2.3.5-gcc3.4/lib'  python_lib_path = '/opt/tools/python-2.3.5-gcc3.4/lib'
 boost_lib_path = '/opt/tools/boost_1_31-gcc3.4/lib'  
   
 # names of libraries for python and boost  
20  python_lib = 'python2.3'  python_lib = 'python2.3'
21                                                                                                                                                                                                        
22    # locations of libraries for boost
23    boost_path = '/opt/tools/boost_1_31-gcc3.4/include/boost-1_31'
24    boost_lib_path = '/opt/tools/boost_1_31-gcc3.4/lib'
25  boost_lib = 'boost_python-gcc-1_31'  boost_lib = 'boost_python-gcc-1_31'
26    
27  # names of c and c++ compilers to use  # names of c and c++ compilers to use
# Line 27  ar_flags = 'crus' Line 41  ar_flags = 'crus'
41    
42  # system specific libraries to link with  # system specific libraries to link with
43  sys_libs = []  sys_libs = []
   
 # solver libraries to link with  
 solver_libs = []  

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

  ViewVC Help
Powered by ViewVC 1.1.26