1 |
|
|
2 |
|
# Copyright 2006 by ACcESS MNRF |
3 |
|
# |
4 |
|
# http://www.access.edu.au |
5 |
|
# Primary Business: Queensland, Australia |
6 |
|
# Licensed under the Open Software License version 3.0 |
7 |
|
# http://www.opensource.org/licenses/osl-3.0.php |
8 |
|
# |
9 |
|
|
10 |
|
|
11 |
|
|
12 |
# this code should be called by all esys13 scons builder and testing scripts |
# this code should be called by all esys13 scons builder and testing scripts |
13 |
# it sets default values for relevant variables and overloads them with the |
# it sets default values for relevant variables and overloads them with the |
14 |
# standard gcc settings by importing gcc_options. If there is |
# standard gcc settings by importing gcc_options. If there is |
35 |
umfpack_lib_path = '' |
umfpack_lib_path = '' |
36 |
umfpack_libs = [] |
umfpack_libs = [] |
37 |
|
|
38 |
|
# locations of libs etc used by BLAS |
39 |
|
blas_path = '' |
40 |
|
blas_lib_path = '' |
41 |
|
blas_libs = [] |
42 |
|
|
43 |
# locations of include files for python |
# locations of include files for python |
44 |
python_path = Dir('/usr/include') |
python_path = Dir('/usr/include') |
45 |
python_lib_path = Dir('/usr/lib') |
python_lib_path = Dir('/usr/lib') |