/[packages]/cauldron/aifad/current/SPECS/aifad.spec
ViewVC logotype

Annotation of /cauldron/aifad/current/SPECS/aifad.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 302199 - (hide annotations) (download)
Tue Oct 2 16:48:18 2012 UTC (11 years, 5 months ago) by blue_prawn
File size: 1258 byte(s)
rebuild for new ocaml 4.00
1 blue_prawn 195189 Name: aifad
2 blue_prawn 285549 Version: 2.0.2
3 blue_prawn 302199 Release: %mkrel 3
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

  ViewVC Help
Powered by ViewVC 1.1.30