Ivan Shapovalov
d0672e15b9
python: Makefile: use python -m installer; do not install while building
...
When building a Python wheel using `python -m build --wheel ...`,
temporary build files (including extension .so) are placed in ./build/...
from where they can be retrieved without having to install the just-built
wheel. Do both and get rid of `pip` invocations.
2026-05-18 08:13:47 +03:00
Maxim Devaev
a2b8b35070
improved build system
2025-02-08 15:44:40 +02:00
Maxim Devaev
f3e0613de3
python: expose FEATURES variable
2025-02-08 00:25:17 +02:00
Maxim Devaev
c8201df720
don't rebuild python module without necessary
2024-03-29 01:15:02 +02:00
Maxim Devaev
25957de017
direct call of setup.py is deprecated
2024-03-22 15:55:06 +02:00
Maxim Devaev
0ab8e0d05e
DESTDIR always transformed to absolute R_DESTDIR
2024-03-22 12:59:37 +02:00
Jan Palus
2997906d98
add option to make verbose builds ( #251 )
...
if V=1 is passed to make echo invoked command verbosely
2024-01-02 02:27:12 +02:00
Maxim Devaev
cb9c1658af
ignoring ustreamer.egg-info
2023-08-23 00:42:49 +03:00
Devaev Maxim
e1b2eceea5
split makefiles
2021-04-02 01:00:22 +03:00