blob: 3fdc1363c1d55f3a408624721a35944b64f94d1a [file] [log] [blame]
Andrew Geisslerd688a012020-09-18 13:36:00 -05001SUMMARY = "Python bindings for Fast Artificial Neural Networks 2.2.0 (FANN >= 2.2.0)"
2SECTION = "devel/python"
3LICENSE = "LGPLv2"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c73b943dc75f6f65e007c56ac6515c8f"
5
6SRC_URI[md5sum] = "0b85b418018746d63ed66b55465697a9"
7SRC_URI[sha256sum] = "cdca0a65ad48e08320672affe38c3dd4ea15e27821e5e1db9fa2b34299bdd41e"
Brad Bishop34ae6002019-04-08 15:21:03 -04008
9SRC_URI += " file://0001-setup.py-Don-t-hardcode-swig-and-fann2-binary-locati.patch"
Andrew Geisslerd688a012020-09-18 13:36:00 -050010
11inherit pypi setuptools3
12
13DEPENDS += "swig-native libfann"