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