37 |
# |
# |
38 |
# determine hostname |
# determine hostname |
39 |
|
|
40 |
hostname = os.environ['HOSTNAME'] |
import socket |
41 |
|
hostname = socket.gethostname() |
42 |
|
|
43 |
# |
# |
44 |
# export esysroot |
# export esysroot |
56 |
# |
# |
57 |
# print out build configuration for this module |
# print out build configuration for this module |
58 |
|
|
|
print "############################################" |
|
59 |
print "Build configuration for module: modellib" |
print "Build configuration for module: modellib" |
60 |
print " platform: ", platform |
print " platform: ", platform |
61 |
print " hostname: ", hostname |
print " hostname: ", hostname |
62 |
print " pyinstall: ", pyinstall |
print " pyinstall: ", pyinstall |
|
print "############################################" |
|
63 |
|
|
64 |
# |
# |
65 |
# call the SConscript to do the actual build |
# call the SConscript to do the actual build |