20 |
'esysXML.py', |
'esysXML.py', |
21 |
'linearPDEs.py', |
'linearPDEs.py', |
22 |
'pdetools.py', |
'pdetools.py', |
23 |
|
'modelframe.py', |
24 |
'runmodel.py', |
'runmodel.py', |
25 |
'symbols.py', |
'symbols.py', |
26 |
'test_symbols.py', |
'test_symbols.py', |
27 |
'timeseries.py', |
'timeseries.py', |
28 |
'test_linearPDEs.py', |
'test_linearPDEs.py', |
29 |
'test_util.py', |
'test_util.py', |
30 |
|
'benchmark.py', |
31 |
'util.py'] |
'util.py'] |
32 |
|
|
33 |
pyc = escriptpy_env.PyCompile(python_src) |
pyc = escriptpy_env.PyCompile(python_src) |
|
escriptpy_env.Install(pydir, pyc) |
|
|
escriptpy_env.Install(pydir2, pyc) |
|
34 |
|
|
35 |
|
Default(escriptpy_env.Install(pydir, pyc)) |
36 |
|
Default(escriptpy_env.Install(pydir2, pyc)) |
37 |
if pyinstall != None: |
if pyinstall != None: |
38 |
escriptpy_env.Install(pyinstall, pyc) |
Default(escriptpy_env.Install(pyinstall, pyc)) |