Name: aifad Version: 2.0.2 Release: %mkrel 5 Summary: Machine learning system - Automated Induction of Functions over Algebraic Datatypes License: GPL Group: Development/OCaml URL: https://bitbucket.org/mmottl/aifad Source0: https://bitbucket.org/mmottl/aifad/downloads/aifad-%{version}.tar.gz BuildRequires: ocaml-compiler BuildRequires: ocaml-findlib BuildRequires: ocaml-cfg-devel BuildRequires: ocaml-res-devel BuildRequires: ocaml-pcre-devel BuildRequires: menhir %description AIFAD stands for "Automated Induction of Functions over Algebraic Datatypes" and improves decision tree learning by supporting significantly more complex kinds of data. This allows users to more conveniently describe the data they want to have learnt, which can improve accuracy and complexity of resulting models. %prep %setup -q %build ./configure \ --bindir %{_bindir} \ --destdir %{buildroot} make %install rm -rf %{buildroot} make install install -d %{buildroot}%{_datadir}/vim/syntax/ install -m 0644 ./vim/aifad.vim %{buildroot}%{_datadir}/vim/syntax/ %files %doc README.md AUTHORS.txt COPYING.txt CHANGES.txt TODO.md %doc examples/ %{_bindir}/aifad %{_datadir}/vim/syntax/aifad.vim