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:
15
buildroot-external/package/python-pythran/python-pythran.mk
Normal file
15
buildroot-external/package/python-pythran/python-pythran.mk
Normal 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))
|
Reference in New Issue
Block a user