/[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 195189 - (hide annotations) (download)
Thu Jan 12 03:51:09 2012 UTC (12 years, 3 months ago) by blue_prawn
File size: 1357 byte(s)
imported package aifad
1 blue_prawn 195189 Name: aifad
2     Version: 1.1.0
3     Release: %mkrel 1
4     Summary: Machine learning system - Automated Induction of Functions over Algebraic Datatypes
5     License: GPL
6     Group: Development/Other
7     URL: http://ocaml.info/home/ocaml_sources.html#aifad
8     Source0: http://hg.ocaml.info/release/aifad/archive/aifad-release-%{version}.tar.bz2
9     # curl http://hg.ocaml.info/release/aifad/archive/release-${version}.tar.bz2 > aifad-release-${version}.tar.bz2
10     BuildRequires: ocaml-findlib
11     BuildRequires: ocaml-cfg-devel
12     BuildRequires: ocaml-res-devel
13     BuildRequires: ocaml-pcre-devel
14    
15     %description
16     AIFAD stands for "Automated Induction of Functions over Algebraic Datatypes"
17     and improves decision tree learning by supporting significantly more complex
18     kinds of data. This allows users to more conveniently describe the data they
19     want to have learnt, which can improve accuracy and complexity of resulting
20     models.
21    
22     %prep
23     %setup -q -n aifad-release-%{version}
24    
25     %build
26     make
27    
28     %install
29     rm -rf %{buildroot}
30     install -d %{buildroot}%{_bindir}/
31     install -d %{buildroot}%{_datadir}/vim/syntax/
32     install -m 0755 ./src/aifad %{buildroot}%{_bindir}/
33     install -m 0644 ./aifad.vim %{buildroot}%{_datadir}/vim/syntax/
34    
35     %files
36     %doc LICENSE README.txt INSTALL.txt Changelog TODO
37     %doc examples/
38     %{_bindir}/aifad
39     %{_datadir}/vim/syntax/aifad.vim

  ViewVC Help
Powered by ViewVC 1.1.30