forked from eth-sri/ELINA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
33 lines (33 loc) · 837 Bytes
/
opam
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
opam-version: "1.2"
authors: ["Gagandeep Singh" "Markus Püschel" "Martin Vechev"]
homepage: "http://elina.ethz.ch/"
maintainer: "Gagandeep Singh <[email protected]>"
dev-repo: "https://github.com/eth-srl/ELINA.git"
bug-reports: "https://github.com/eth-srl/ELINA/issues"
version: "1.1"
license: "LGPL-3"
build: [
["sh" "./configure" "--prefix" "%{share}%/elina"
"--apron-prefix" "%{share}%/apron"
"--use-opam"
"--use-apron"
"--absolute-dylibs" { os = "darwin" } ]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: [
["ocamlfind" "remove" "elina"]
["rm" "-r" "-f" "%{share}%/elina"]
]
tags: [ "flags:light-uninstall" ]
depends: [
"ocamlfind" {build}
"camlidl"
"mlgmpidl"
"conf-perl"
"apron"
]
depopts: [ ]
patches: [ ]