1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add precise-lite support + all dependencies for it.

(No TFlite_runtime package included as of yet)
This commit is contained in:
Peter Steenbergen
2021-09-23 14:55:05 +02:00
parent 014bbf9653
commit 987755a337
35 changed files with 346 additions and 4 deletions

View File

@ -0,0 +1,15 @@
################################################################################
#
# python-pythran
#
################################################################################
PYTHON_PYTHRAN_VERSION = 0.10.0
PYTHON_PYTHRAN_SOURCE = pythran-$(PYTHON_PYTHRAN_VERSION).tar.gz
PYTHON_PYTHRAN_SITE = https://files.pythonhosted.org/packages/c4/92/94b344b88bb010186caa65e5730509b4a6d2b1ab59e512ea11a2cbbb36fc
PYTHON_PYTHRAN_SETUP_TYPE = setuptools
PYTHON_PYTHRAN_LICENSE = FIXME: please specify the exact BSD version
PYTHON_PYTHRAN_LICENSE_FILES = LICENSE docs/LICENSE.rst
$(eval $(python-package))
$(eval $(host-python-package))