1 |
blue_prawn |
195189 |
Name: aifad |
2 |
blue_prawn |
285549 |
Version: 2.0.2 |
3 |
umeabot |
345343 |
Release: %mkrel 5 |
4 |
blue_prawn |
195189 |
Summary: Machine learning system - Automated Induction of Functions over Algebraic Datatypes |
5 |
|
|
License: GPL |
6 |
blue_prawn |
301628 |
Group: Development/OCaml |
7 |
blue_prawn |
285549 |
URL: https://bitbucket.org/mmottl/aifad |
8 |
|
|
Source0: https://bitbucket.org/mmottl/aifad/downloads/aifad-%{version}.tar.gz |
9 |
|
|
BuildRequires: ocaml-compiler |
10 |
blue_prawn |
195189 |
BuildRequires: ocaml-findlib |
11 |
|
|
BuildRequires: ocaml-cfg-devel |
12 |
|
|
BuildRequires: ocaml-res-devel |
13 |
|
|
BuildRequires: ocaml-pcre-devel |
14 |
blue_prawn |
285549 |
BuildRequires: menhir |
15 |
blue_prawn |
195189 |
|
16 |
|
|
%description |
17 |
|
|
AIFAD stands for "Automated Induction of Functions over Algebraic Datatypes" |
18 |
|
|
and improves decision tree learning by supporting significantly more complex |
19 |
|
|
kinds of data. This allows users to more conveniently describe the data they |
20 |
|
|
want to have learnt, which can improve accuracy and complexity of resulting |
21 |
|
|
models. |
22 |
|
|
|
23 |
|
|
%prep |
24 |
blue_prawn |
285549 |
%setup -q |
25 |
blue_prawn |
195189 |
|
26 |
|
|
%build |
27 |
blue_prawn |
285549 |
./configure \ |
28 |
|
|
--bindir %{_bindir} \ |
29 |
|
|
--destdir %{buildroot} |
30 |
|
|
|
31 |
blue_prawn |
195189 |
make |
32 |
|
|
|
33 |
|
|
%install |
34 |
|
|
rm -rf %{buildroot} |
35 |
blue_prawn |
285549 |
make install |
36 |
|
|
|
37 |
blue_prawn |
195189 |
install -d %{buildroot}%{_datadir}/vim/syntax/ |
38 |
blue_prawn |
285549 |
install -m 0644 ./vim/aifad.vim %{buildroot}%{_datadir}/vim/syntax/ |
39 |
blue_prawn |
195189 |
|
40 |
|
|
%files |
41 |
blue_prawn |
285549 |
%doc README.md AUTHORS.txt COPYING.txt CHANGES.txt TODO.md |
42 |
blue_prawn |
195189 |
%doc examples/ |
43 |
|
|
%{_bindir}/aifad |
44 |
|
|
%{_datadir}/vim/syntax/aifad.vim |