1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-30 10:25:12 +01:00
Peter Steenbergen 987755a337 Add precise-lite support + all dependencies for it.
(No TFlite_runtime package included as of yet)
2021-09-23 14:55:05 +02:00

11 lines
330 B
Plaintext

config BR2_PACKAGE_PYTHON_PYTHRAN
bool "python-pythran"
select BR2_PACKAGE_PYTHON_BENIGET # runtime
select BR2_PACKAGE_PYTHON_GAST # runtime
select BR2_PACKAGE_PYTHON_NUMPY # runtime
select BR2_PACKAGE_PYTHON_PLY # runtime
help
Ahead of Time compiler for numeric kernels.
https://github.com/serge-sans-paille/pythran