14 |
Export(["python_lib_path"]) |
Export(["python_lib_path"]) |
15 |
Export(["python_lib"]) |
Export(["python_lib"]) |
16 |
Export(["sys_libs"]) |
Export(["sys_libs"]) |
|
Export(["pyinstall"]) |
|
17 |
Export(["libinstall"]) |
Export(["libinstall"]) |
18 |
|
|
19 |
# |
# |
31 |
Export(["pydir"]) |
Export(["pydir"]) |
32 |
pydir2 = Dir(str(esysroot) + '/esys/escript') |
pydir2 = Dir(str(esysroot) + '/esys/escript') |
33 |
Export(["pydir2"]) |
Export(["pydir2"]) |
34 |
|
if pyinstall != None: |
35 |
|
pyinstall = Dir(str(pyinstall) + '/escript') |
36 |
|
Export(["pyinstall"]) |
37 |
|
|
38 |
# |
# |
39 |
# print out build configuration for this module |
# print out build configuration for this module |