File tree 3 files changed +26
-14
lines changed
3 files changed +26
-14
lines changed Original file line number Diff line number Diff line change 1
1
add_subdirectory (lib)
2
2
3
3
if (SYMENGINE_INSTALL_PY_FILES)
4
- add_subdirectory (tests)
5
-
6
- set (PY_PATH ${PYTHON_INSTALL_PATH} /symengine)
7
- install (FILES __init__.py utilities.py sympy_compat.py functions.py printing.py
8
- DESTINATION ${PY_PATH}
9
- )
4
+ add_subdirectory (tests)
5
+ set (PY_PATH ${PYTHON_INSTALL_PATH} /symengine)
6
+ install (
7
+ FILES
8
+ __init__.py
9
+ functions.py
10
+ printing.py
11
+ sympy_compat.py
12
+ test_utilities.py
13
+ utilities.py
14
+ DESTINATION
15
+ ${PY_PATH}
16
+ )
10
17
endif ()
Original file line number Diff line number Diff line change 1
1
set (PY_PATH ${PYTHON_INSTALL_PATH} /symengine/tests)
2
- install (FILES __init__.py
2
+ install (
3
+ FILES
4
+ __init__.py
3
5
test_arit.py
6
+ test_cse.py
4
7
test_dict_basic.py
5
8
test_eval.py
6
9
test_expr.py
7
10
test_functions.py
8
- test_number.py
11
+ test_lambdify.py
12
+ test_logic.py
9
13
test_matrices.py
10
14
test_ntheory.py
15
+ test_number.py
16
+ test_pickling.py
11
17
test_printing.py
12
18
test_sage.py
13
19
test_series_expansion.py
@@ -16,10 +22,9 @@ install(FILES __init__.py
16
22
test_subs.py
17
23
test_symbol.py
18
24
test_sympify.py
25
+ test_sympy_compat.py
19
26
test_sympy_conv.py
20
27
test_var.py
21
- test_lambdify.py
22
- test_sympy_compat.py
23
- test_logic.py
24
- DESTINATION ${PY_PATH}
25
- )
28
+ DESTINATION
29
+ ${PY_PATH}
30
+ )
Original file line number Diff line number Diff line change 1
- v0.14.0
1
+ 153b7e98f310bccaae586dab6b49284ccd5f4174
You can’t perform that action at this time.
0 commit comments