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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 195191 - (show annotations) (download)
Thu Jan 12 03:56:48 2012 UTC (12 years, 3 months ago) by blue_prawn
File size: 1379 byte(s)
BuildRequires: omake
1 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: omake
11 BuildRequires: ocaml-findlib
12 BuildRequires: ocaml-cfg-devel
13 BuildRequires: ocaml-res-devel
14 BuildRequires: ocaml-pcre-devel
15
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 %setup -q -n aifad-release-%{version}
25
26 %build
27 make
28
29 %install
30 rm -rf %{buildroot}
31 install -d %{buildroot}%{_bindir}/
32 install -d %{buildroot}%{_datadir}/vim/syntax/
33 install -m 0755 ./src/aifad %{buildroot}%{_bindir}/
34 install -m 0644 ./aifad.vim %{buildroot}%{_datadir}/vim/syntax/
35
36 %files
37 %doc LICENSE README.txt INSTALL.txt Changelog TODO
38 %doc examples/
39 %{_bindir}/aifad
40 %{_datadir}/vim/syntax/aifad.vim

  ViewVC Help
Powered by ViewVC 1.1.30