26 |
'test_symbols.py', |
'test_symbols.py', |
27 |
'timeseries.py', |
'timeseries.py', |
28 |
'test_linearPDEs.py', |
'test_linearPDEs.py', |
29 |
|
'util.py', |
30 |
'test_util.py', |
'test_util.py', |
31 |
'util.py'] |
'test_util_base.py', |
32 |
|
'test_util_overloaded_binary_no_tagged_data.py', |
33 |
|
'test_util_reduction_with_tagged_data.py', |
34 |
|
'test_util_binary_no_tagged_data.py', |
35 |
|
'test_util_overloaded_binary_with_tagged_data.py', |
36 |
|
'test_util_unary_no_tagged_data.py', |
37 |
|
'test_util_binary_with_tagged_data.py', |
38 |
|
'test_util_reduction_no_tagged_data.py', |
39 |
|
'test_util_unary_with_tagged_data.py', |
40 |
|
'benchmark.py'] |
41 |
|
|
42 |
pyc = escriptpy_env.PyCompile(python_src) |
pyc = escriptpy_env.PyCompile(python_src) |
|
escriptpy_env.Install(pydir, pyc) |
|
|
escriptpy_env.Install(pydir2, pyc) |
|
43 |
|
|
44 |
|
Default(escriptpy_env.Install(pydir, pyc)) |
45 |
|
Default(escriptpy_env.Install(pydir2, pyc)) |
46 |
if pyinstall != None: |
if pyinstall != None: |
47 |
escriptpy_env.Install(pyinstall, pyc) |
Default(escriptpy_env.Install(pyinstall, pyc)) |