1 |
ksteube |
1310 |
# |
2 |
|
|
# $Id$ |
3 |
|
|
# |
4 |
|
|
####################################################### |
5 |
|
|
# |
6 |
|
|
# Copyright 2003-2007 by ACceSS MNRF |
7 |
|
|
# Copyright 2007 by University of Queensland |
8 |
|
|
# |
9 |
|
|
# http://esscc.uq.edu.au |
10 |
|
|
# Primary Business: Queensland, Australia |
11 |
|
|
# Licensed under the Open Software License version 3.0 |
12 |
|
|
# http://www.opensource.org/licenses/osl-3.0.php |
13 |
|
|
# |
14 |
|
|
####################################################### |
15 |
|
|
# |
16 |
|
|
|
17 |
|
|
# flag the MPI settings |
18 |
|
|
# useMPI = 'yes' |
19 |
|
|
# trilinos_path="/usr/local/trilinos-6/include" |
20 |
|
|
# trilinos_lib_path="/usr/local/trilinos-6/lib" |
21 |
|
|
# trilinos_libs=["aztecoo", "teuchos", "epetra"] |
22 |
|
|
|
23 |
|
|
|
24 |
|
|
# TODO: Variables named *_path should be *_include |
25 |
|
|
|
26 |
|
|
# locations of libs etc used by mkl |
27 |
|
|
# mkl_path = '/opt/intel/mkl80.019/include' |
28 |
|
|
# mkl_lib_path ='/opt/intel/mkl80.019/lib/64' |
29 |
|
|
# mkl_libs = ['mkl_solver', 'mkl_lapack', 'mkl_ipf'] |
30 |
|
|
|
31 |
|
|
# locations of libs etc used by SCSL |
32 |
|
|
# scsl_path = '/usr/include' |
33 |
|
|
# scsl_lib_path = '/usr/lib' |
34 |
|
|
# scsl_libs = ['scs_mp'] |
35 |
|
|
# scsl_libs_MPI = [ 'scs', 'mpi' ] |
36 |
|
|
|
37 |
|
|
|
38 |
|
|
# locations of include files for python |
39 |
|
|
# python_path = '/data/raid2/toolspp4/python/2.4.1/gcc-3.3.6/include/python2.4' |
40 |
|
|
# python_lib_path = '/data/raid2/toolspp4/python/2.4.1/gcc-3.3.6/lib' |
41 |
|
|
# python_lib = 'python2.4' |
42 |
|
|
|
43 |
|
|
# locations of libraries for boost |
44 |
|
|
# boost_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.1/gcc-3.3.6/include' |
45 |
|
|
# boost_lib_path = '/data/raid2/toolspp4/boost/1.33.1/python-2.4.1/gcc-3.3.6/lib' |
46 |
|
|
# boost_lib = 'boost_python-mt' |
47 |
|
|
|
48 |
|
|
# locations of doc building executables |
49 |
|
|
# doxygen_path = '/raid2/tools/doxygen/1.4.2/gcc-3.3.5/bin' |
50 |
|
|
# epydoc_path = '/raid2/tools/epydoc/2.1/python-2.3.4/bin' |
51 |
|
|
# epydoc_pythonpath = '/raid2/tools/epydoc/2.1/python-2.3.4/lib/python2.3/site-packages' |
52 |
|
|
|
53 |
|
|
# locations of PAPI |
54 |
|
|
# papi_path = '/data/raid2/toolspp4/papi/3.0.8.1/gcc-3.3.6/include' |
55 |
|
|
# papi_lib_path = '/data/raid2/toolspp4/papi/3.0.8.1/gcc-3.3.6/lib' |
56 |
|
|
# papi_libs = [ 'papi' ] |
57 |
|
|
|
58 |
|
|
# c flags to use |
59 |
|
|
# cc_flags = '-O -fPIC' |
60 |
|
|
# cc_flags_debug = '-g -fPIC' |
61 |
|
|
|
62 |
|
|
# c++ flags to use |
63 |
|
|
# cxx_flags = '-fPIC' |
64 |
|
|
# cxx_flags_debug = '-DDOASSERT -UDOPROF -fPIC' |
65 |
|
|
# system specific libraries to link with |
66 |
|
|
sys_libs = [] |