-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpaquito.yml
54 lines (43 loc) · 1.37 KB
/
paquito.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Name: Imitator
Version: 2.7
Homepage: http://www.imitator.fr
Summary: Tool for parametric verification and robustness analysis of real-time systems
Description: Tool for parametric verification and robustness analysis of real-time systems
Copyright: GPL
Maintainer: Etienne André <[email protected]>
Authors:
- Étienne André <[email protected]>
Packages:
imitator:
Type: binary
Files:
/usr/bin/imitator: _build/src/IMITATOR.native
Runtime:
Dependencies:
graphviz: "*"
plotutils: "*"
Build:
Dependencies:
wget: "*"
python: "*"
g++: "*"
m4: "*"
ocaml-nox: "*"
ocaml-findlib: "*"
libextlib-ocaml-dev: "*"
libgmp-dev: "*"
libgmp-ocaml-dev: "*"
oasis: "*"
libppl-dev: "*"
Commands:
- apt-get source libppl-dev
- cd ppl-1.1/
- ./configure --prefix=/usr
- cd interfaces/OCaml/
- make
- make install
- cd ../../../
- cp METAS/* /usr/lib/ocaml/METAS/
- ./compile.sh
- ./_build/sanitize.sh
- ./compile.sh