/[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 1840278 - (hide annotations) (download)
Sat Apr 2 01:29:16 2022 UTC (2 years ago) by umeabot
File size: 1295 byte(s)
Mageia 9 Mass Rebuild
1 blue_prawn 195189 Name: aifad
2 daviddavid 1551727 Version: 2.2.2
3 umeabot 1840278 Release: %mkrel 2
4 blue_prawn 195189 Summary: Machine learning system - Automated Induction of Functions over Algebraic Datatypes
5 daviddavid 1551727 License: LGPLv2+
6 blue_prawn 301628 Group: Development/OCaml
7 danf 1785205 URL: https://mmottl.github.io/aifad/
8 daviddavid 1551727 Source0: https://github.com/mmottl/aifad/archive/%{version}/%{name}-%{version}.tar.gz
9 daviddavid 1551726 BuildRequires: ocaml-dune
10 blue_prawn 285549 BuildRequires: ocaml-compiler
11 blue_prawn 195189 BuildRequires: ocaml-findlib
12     BuildRequires: ocaml-cfg-devel
13     BuildRequires: ocaml-res-devel
14     BuildRequires: ocaml-pcre-devel
15 blue_prawn 285549 BuildRequires: menhir
16 blue_prawn 195189
17     %description
18     AIFAD stands for "Automated Induction of Functions over Algebraic Datatypes"
19     and improves decision tree learning by supporting significantly more complex
20     kinds of data. This allows users to more conveniently describe the data they
21     want to have learnt, which can improve accuracy and complexity of resulting
22     models.
23    
24     %prep
25 blue_prawn 285549 %setup -q
26 blue_prawn 195189
27     %build
28 daviddavid 1551726 dune build --verbose
29 blue_prawn 195189
30     %install
31 tv 1199182 mkdir -p %{buildroot}%{_bindir}
32     cp _build/install/default/bin/aifad %{buildroot}%{_bindir}
33 blue_prawn 285549
34 blue_prawn 195189 install -d %{buildroot}%{_datadir}/vim/syntax/
35 blue_prawn 285549 install -m 0644 ./vim/aifad.vim %{buildroot}%{_datadir}/vim/syntax/
36 blue_prawn 195189
37     %files
38 tv 1199182 %doc README.md CHANGES.md TODO.md
39     %license LICENSE.md
40 blue_prawn 195189 %doc examples/
41     %{_bindir}/aifad
42     %{_datadir}/vim/syntax/aifad.vim

  ViewVC Help
Powered by ViewVC 1.1.30