1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-06 14:27:43 +01:00
OpenVoiceOS/buildroot-external/package/fann/fann.mk
Peter Steenbergen b074f08076
Feature/rpi3 (#98)
* Add rpi3-64 defconfig file

* Work on getting RPI3 into shape

* Merge latest rpi3 changes into rpi4 config
2022-01-19 15:50:19 +01:00

17 lines
534 B
Makefile

################################################################################
#
# fann
#
################################################################################
FANN_VERSION = a3cd24e528d6a865915a4fed6e8fac164ff8bfdc
FANN_SITE = https://github.com/libfann/fann.git
FANN_SITE_METHOD = git
FANN_LICENSE = GNU Lesser General Public License v2.1
FANN_AUTORECONF = YES
FANN_INSTALL_STAGING = YES
FANN_DEPENDENCIES = host-pkgconf host-automake host-autoconf host-libtool
$(eval $(cmake-package))
$(eval $(host-cmake-package))