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:
10
buildroot-external/package/python-pythran/Config.in
Normal file
10
buildroot-external/package/python-pythran/Config.in
Normal file
@ -0,0 +1,10 @@
|
||||
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
|
@ -0,0 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pythran/json
|
||||
md5 08c93479623fe38ffe4e0e1b180434e3 pythran-0.10.0.tar.gz
|
||||
sha256 9dac8e1d50f33d4676003e350b1f0c878ce113e6f907920e92dc103352cac5bf pythran-0.10.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 0be9f14c66a9a3cb66d5263a6495437862ce0c9cdf60d4a6c36d1e51b1244c6e LICENSE
|
||||
sha256 e1c0ed0a99e4462016d79d835f1f479b78c4d4a07fe66598e97f449503ffd178 docs/LICENSE.rst
|
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