Khem Raj
2e6a7a8dfd
python3-fann2: add SWIG py2/py3 C-API compat patch
...
fann2.i's HELPER_ARRAY_TEMPLATE typemaps use the Python 2 C-API names
PyInt_Check/PyInt_AsLong/PyInt_FromLong. Python 3.14 no longer ships
any fallback definitions for them, so the SWIG-generated wrapper
fails to compile:
fann2/fann2_wrap.cxx:10062:41: error: use of undeclared identifier 'PyInt_AsLong'; did you mean 'PyLong_AsLong'?
Add a patch mapping them to their PyLong_* equivalents.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com >
2026-08-13 23:09:51 -07:00
J. S.
fcd4835f0c
python3-fann2: Drop unnecessary SRC_URI md5sum
...
Signed-off-by: Jason Schonberg <schonm@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2024-10-19 20:26:44 -07:00
Niko Mauno
0646c55fc4
python3-fann2: Fix LICENSE
...
According to
https://github.com/FutureLinkCorporation/fann2/tree/1.1.2?tab=readme-ov-file#license
and https://github.com/FutureLinkCorporation/fann2/blob/1.1.2/LICENSE
this project is subject to LGPL-2.1-only license.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2024-08-26 07:36:08 -07:00
Khem Raj
ee0f7dc9b7
recipes: Update LICENSE variable to use SPDX license identifiers
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-03-04 17:41:45 -08:00
Leon Anavi
b6ab91b594
python3-fann2: Consolidate in a single file
...
Consolidate inc and bb files into a single bb file.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-09-07 11:28:04 -07:00
Alistair Francis
5206fbd776
python3-pyfann2: Initial commit
...
Signed-off-by: Alistair Francis <alistair.francis@wdc.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2019-04-06 08:22:22 -07:00