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)) |