]> git.pld-linux.org Git - packages/fann.git/blame - fann.spec
- more todo
[packages/fann.git] / fann.spec
CommitLineData
5d7fa531 1#
2# TODO:
3# - add C examples
5d7fa531 4# - fix BRs
f37088ee 5# - optflags for binary part of python module
5d7fa531 6#
7Summary: A fast artificial neural network library
8Summary(pl): Szybka biblioteka do tworzenia sztucznych sieci neuronowych
9Name: fann
10Version: 1.1.0
11Release: 1
12License: LGPL
31b0c84c 13Group: Libraries
5d7fa531 14Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
15# Source0-md5: f8280e9849cfbf5ddf769713ce7f7fba
16Patch0: %{name}-python.patch
17URL: http://fann.sf.net/
31b0c84c
JB
18BuildRequires: autoconf
19BuildRequires: automake
20BuildRequires: libtool
5d7fa531 21BuildRequires: python-devel >= 2.3
31b0c84c 22BuildRequires: swig
5d7fa531 23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Fast Artificial Neural Network (FANN) Library is written in ANSI C.
27The library implements multilayer feedforward ANNs, up to 150 times
28faster than other libraries. FANN supports execution in fixed point,
29for fast execution on systems like the iPAQ.
30
31b0c84c
JB
31%description -l pl
32FANN (Fast Artificial Neural Network - szybkie sztuczne sieci
33