6 |
# http://www.opensource.org/licenses/osl-3.0.php |
# http://www.opensource.org/licenses/osl-3.0.php |
7 |
# |
# |
8 |
|
|
9 |
|
# This is the magic combination for ac as of 30 May 2007: |
10 |
|
# module load boost/1.33.1-intel-9.1 |
11 |
|
# module unload intel-cc/8.1.035 # Doesn't have libirc.so, remove it |
12 |
|
# module load intel-cc/9.1.047 |
13 |
|
# module load scsl/1.6.1.0 |
14 |
|
|
15 |
|
|
16 |
# locations of libs etc used by mkl |
# locations of libs etc used by mkl |
24 |
scsl_libs = ['scs_mp'] |
scsl_libs = ['scs_mp'] |
25 |
|
|
26 |
# locations of include files for python |
# locations of include files for python |
27 |
python_path = '/usr/include/python2.3/' |
python_path = '/opt/python-2.4.3/include/python2.4' |
28 |
python_lib_path = '/usr/lib/python2.3/' |
python_lib_path = '/opt/python-2.4.3/lib' |
29 |
python_lib = 'python2.3' |
python_lib = 'python2.4' |
30 |
|
|
31 |
# locations of libraries for boost |
# locations of libraries for boost (on ac use module load something/boost) |
32 |
boost_path = '/opt/boost-1.33.0/gcc/include/boost-1_33' |
boost_path = '/opt/boost-1.33.1/intel-9.1/include/boost-1_33_1' |
33 |
boost_libs_path = '/opt/boost-1.33.0/gcc/lib' |
boost_libs_path = '/opt/boost-1.33.1/intel-9.1/lib' |
34 |
boost_libs = 'boost_python-gcc-mt-d' |
boost_libs = 'boost_python-il-d' |
35 |
|
|
36 |
# locations of doc building executables |
# locations of doc building executables |
37 |
#doxygen_path = '/raid2/tools/doxygen/1.4.2/gcc-3.3.5/bin' |
#doxygen_path = '/raid2/tools/doxygen/1.4.2/gcc-3.3.5/bin' |