1 |
|
# this code should be called by all esys13 scons builder and testing scripts |
2 |
|
# it sets default values for relevant variables and overloads them with the |
3 |
|
# standart gcc settings by importing gcc_options. If there is |
4 |
|
# a <hostname>_options file it is imported to set platform specific settings |
5 |
|
|
6 |
# this is the general set up for the esys scons system: |
# this is the general set up for the esys scons system: |
7 |
libinstall = None |
libinstall = None |
8 |
pyinstall = None |
pyinstall = None |
96 |
# use debug options: |
# use debug options: |
97 |
if dodebug==1: |
if dodebug==1: |
98 |
cxx_flags=cxx_flags_debug |
cxx_flags=cxx_flags_debug |
99 |
c_flags=c_flags_debug |
cc_flags=cc_flags_debug |
100 |
# |
# |
101 |
# export some stuff |
# export some stuff |
102 |
Export(["esysroot"]) |
Export(["esysroot"]) |