19 |
Export(["sys_libs"]) |
Export(["sys_libs"]) |
20 |
Export(["solver_libs"]) |
Export(["solver_libs"]) |
21 |
Export(["solver_lib_paths"]) |
Export(["solver_lib_paths"]) |
22 |
|
Export(["libinstall"]) |
23 |
|
|
24 |
# |
# |
25 |
# set and export library directories |
# set and export library directories |
36 |
Export(["pydir"]) |
Export(["pydir"]) |
37 |
pydir2 = Dir(str(esysroot) + '/esys/finley') |
pydir2 = Dir(str(esysroot) + '/esys/finley') |
38 |
Export(["pydir2"]) |
Export(["pydir2"]) |
39 |
|
if pyinstall != None: |
40 |
|
pyinstall = Dir(str(pyinstall) + '/finley') |
41 |
|
Export(["pyinstall"]) |
42 |
|
|
43 |
# |
# |
44 |
# print out build configuration for this module |
# print out build configuration for this module |