/[escript]/branches/ROBW_XPLATFORM/scons/cognac_options.py
ViewVC logotype

Annotation of /branches/ROBW_XPLATFORM/scons/cognac_options.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 652 - (hide annotations)
Fri Mar 24 07:34:18 2006 UTC (17 years ago) by robwdcock
File MIME type: text/x-python
File size: 1024 byte(s)
+Add py_tests targets and get script ones running

1 robwdcock 551 # locations of libs etc used by mkl
2     mkl_path = '/opt/intel_mkl/8.0.19/include'
3     mkl_lib_path = '/opt/intel_mkl/8.0.19/lib/64'
4     mkl_libs = ['mkl_solver', 'mkl_lapack', 'mkl_ipf']
5    
6     # locations of libs etc used by SCSL
7 robwdcock 623 scsl_path = '/opt/scsl/1.6.1.0/include'
8     scsl_lib_path = '/opt/scsl/1.6.1.0/lib'
9 robwdcock 551 scsl_libs = ['scs_mp']
10    
11     # locations of include files for python
12     python_path = '/usr/include/python2.3'
13     python_lib = 'python2.3'
14    
15     # locations of libraries for boost
16     boost_path = '/home/woo409/dev/boost_1_33_1'
17     boost_lib_path = '/home/woo409/dev/boost_1_33_1/altix_binary/lib'
18     boost_lib = 'boost_python-il-mt-1_33_1'
19    
20     # c flags to use
21     cc_flags = '-O3 -fpic -IPF_fma -ftz -openmp -openmp_report0 -mp1 -tpp2 -c99 -ansi_alias -w1'
22     cc_flags_debug = '-g -O0 -fpic -openmp -openmp_report0 -tpp2 -c99 -ansi_alias -w1'
23    
24 robwdcock 623 # c++ flags to use - only need to list the additional ones compared with cc_flags
25     cxx_flags = '-ansi'
26     cxx_flags_debug = '-ansi -DDOASSERT -DDOPROF'
27 robwdcock 551
28     # system specific libraries to link with
29     sys_libs = ['guide', 'irc']

  ViewVC Help
Powered by ViewVC 1.1.26