1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-17 11:29:04 +01:00
OpenVoiceOS/buildroot-external/package/python-fann2/python-fann2.mk
Peter Steenbergen 55846e484a MycroftOS: Implementation of a very first initial bootable version
- Add Buildroot patches to downgrade / upgrade package dependencies
  in line with the Mycroft A.I. software stack requirements.
- Add buildroot additional package dependencies in line with the
  Mycroft A.I. software stack requirements.
- Update rpi3 defconfig file.
- Implement initial root_fs overlay filestructure.
- Addition of some quick and dirty helper scripts.
- Update of README to reflect these changes.
2018-10-30 15:55:12 +01:00

16 lines
545 B
Makefile

################################################################################
#
# python-fann2
#
################################################################################
PYTHON_FANN2_VERSION = 1.0.7
PYTHON_FANN2_SOURCE = fann2-$(PYTHON_FANN2_VERSION).tar.gz
PYTHON_FANN2_SITE = https://files.pythonhosted.org/packages/a9/a3/af368a683a04850aa1bf2e097f17781eb26e7e7c269ddcecfcec5f2e05a3
PYTHON_FANN2_SETUP_TYPE = setuptools
PYTHON_FANN2_AUTORECONF = yes
PYTHON_FANN2_LICENSE =
PYTHON_FANN2_LICENSE_FILES =
$(eval $(python-package))