6 |
# Licensed under the Open Software License version 3.0 |
# Licensed under the Open Software License version 3.0 |
7 |
# http://www.opensource.org/licenses/osl-3.0.php |
# http://www.opensource.org/licenses/osl-3.0.php |
8 |
# |
# |
9 |
# installation location |
|
|
incinstall ='/home/escript/escript-740/include' |
|
|
libinstall ='/home/escript/escript-740/lib' |
|
|
pyinstall ='/home/escript/escript-740' |
|
10 |
|
|
11 |
|
|
12 |
# locations of libs etc used by mkl |
# locations of libs etc used by mkl |
20 |
scsl_libs = ['scs_mp'] |
scsl_libs = ['scs_mp'] |
21 |
|
|
22 |
# locations of include files for python |
# locations of include files for python |
23 |
python_path = '/home/escript/python-2.4.3/include/python2.4' |
python_path = '/usr/include/python2.3/' |
24 |
python_lib_path = '/home/escript/python-2.4.3/lib' |
python_lib_path = '/usr/lib/python2.3/' |
25 |
python_lib = 'python2.4' |
python_lib = 'python2.3' |
26 |
|
|
27 |
# locations of libraries for boost |
# locations of libraries for boost |
28 |
boost_path = '/home/escript/boost-1.33.1/include/boost-1_33_1' |
boost_path = '/opt/boost-1.33.0/gcc/include/boost-1_33' |
29 |
boost_lib_path = '/home/escript/boost-1.33.1/lib' |
boost_lib_path = '/opt/boost-1.33.0/gcc/lib' |
30 |
boost_lib = 'boost_python-gcc-mt' |
boost_lib = 'boost_python-gcc-mt-d' |
31 |
|
|
32 |
# locations of doc building executables |
# locations of doc building executables |
33 |
#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' |
41 |
|
|
42 |
# c flags to use |
# c flags to use |
43 |
cc_flags = "-O3 -ftz -IPF_ftlacc- -IPF_fma -fno-alias -openmp -openmp_report0 -fno-alias -c99 -w1 -fpic" |
cc_flags = "-O3 -ftz -IPF_ftlacc- -IPF_fma -fno-alias -openmp -openmp_report0 -fno-alias -c99 -w1 -fpic" |
44 |
cc_flags_debug = '-g -O0 -openmp -openmp_report0 -c99 -w1 -fpic' |
cc_flags_debug = '-g -O0 -openmp -openmp_report0 -c99 -ansi_alias -w1 -fpic' |
45 |
|
|
46 |
# c++ flags to use |
# c++ flags to use |
47 |
cxx_flags = '-ansi' |
cxx_flags = '-ansi -ansi_alias' |
48 |
cxx_flags_debug = '-ansi -DDOASSERT -DDOPROF' |
cxx_flags_debug = '-ansi -DDOASSERT -DDOPROF' |
49 |
|
|
50 |
# system specific libraries to link with |
# system specific libraries to link with |