diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2019-04-05 14:41:52 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-04-06 08:22:22 -0700 |
commit | 5206fbd7762371d35cd9abfa7fe6e3ef355cddf8 (patch) | |
tree | e8526052fb20ed44c104d5224e42c25dc67a2df5 /meta-python/recipes-devtools/python/python-fann2.inc | |
parent | c32f3f581a4c9587dc114f0a92c474898d3dc9a7 (diff) | |
download | meta-openembedded-5206fbd7762371d35cd9abfa7fe6e3ef355cddf8.tar.gz |
python3-pyfann2: Initial commit
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-fann2.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-fann2.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-fann2.inc b/meta-python/recipes-devtools/python/python-fann2.inc new file mode 100644 index 0000000000..c415b35a92 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-fann2.inc | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "Python bindings for Fast Artificial Neural Networks 2.2.0 (FANN >= 2.2.0)" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "LGPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c73b943dc75f6f65e007c56ac6515c8f" | ||
5 | |||
6 | SRC_URI[md5sum] = "0b85b418018746d63ed66b55465697a9" | ||
7 | SRC_URI[sha256sum] = "cdca0a65ad48e08320672affe38c3dd4ea15e27821e5e1db9fa2b34299bdd41e" | ||
8 | |||
9 | DEPENDS += "swig-native libfann" | ||