49 |
options_dir = str(esysroot) + '/scons' |
options_dir = str(esysroot) + '/scons' |
50 |
sys.path.append(options_dir) |
sys.path.append(options_dir) |
51 |
|
|
52 |
|
from default_options import * |
53 |
|
|
54 |
if hostname=='ess': |
if hostname=='ess': |
55 |
from ess_options import * |
from ess_options import * |
56 |
|
|
65 |
# |
# |
66 |
# print out build configuration for this module |
# print out build configuration for this module |
67 |
|
|
|
print "########################################################" |
|
68 |
print "Build configuration for module: DataConstant unit tests" |
print "Build configuration for module: DataConstant unit tests" |
69 |
print " dodebug: 1" |
print " dodebug: 1" |
70 |
print " usegcc: ", usegcc |
print " usegcc: ", usegcc |
71 |
print " cxx: ", cxx |
print " cxx: ", cxx |
72 |
print " platform: ", platform |
print " platform: ", platform |
73 |
print " hostname: ", hostname |
print " hostname: ", hostname |
|
print "########################################################" |
|
74 |
|
|
75 |
# |
# |
76 |
# do the actual build |
# do the actual build |