Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37531674
en ru br
Репозитории ALT

Группа :: Engineering
Пакет: auto-nng

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: auto-nng
Version: 1.7
Release: alt2_3.1
Summary: A software for analysis and classification of data, using AI NN

Group: Engineering
License: MIT
URL: http://www.public-software-group.org/auto-nng
Source0: http://www.public-software-group.org/pub/projects/auto-nng/v%{version}/%{name}.v%{version}.tar.gz
Patch0: %{name}-cflags.patch

BuildRequires: ruby ruby-stdlibs
Source44: import.info


%description
auto-nng is a software for analysis and classification of data, using
artificial neuronal networks.
You can feed an amount of datasets consisting of certain input and output
parameters into the program, to make it try to find a mathematical correlation
between the input and output parameters. Afterwards the program tries to
calculate the output parameters for datasets which only have known input
parameters.


%prep
%setup -q -n %{name}.v%{version}
# patch0: Not sent upstream, as it is buildsystem related.
%patch0 -p1 -b .cflags


%build
make %{?_smp_mflags} CFLAGS="%{optflags}"


%check
# Test takes at max 3 minutes so do not wonder.
make test


%install
mkdir -p %{buildroot}/%{_bindir}/
install auto-nng %{buildroot}/%{_bindir}/


%files
%doc LICENSE README
%{_bindir}/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin