Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
verimag
synchrone
lutin
Commits
6a2220b5
Commit
6a2220b5
authored
Jul 15, 2021
by
erwan
Browse files
build: Replace custom depexts by conf packages
parent
990e6ad5
Changes
2
Hide whitespace changes
Inline
Side-by-side
lutin.opam
View file @
6a2220b5
...
...
@@ -18,11 +18,13 @@ depends: [
"ocaml" {>= "4.05"}
"base-bigarray"
"conf-gmp"
"conf-mpfr"
"conf-m4" {build}
"conf-perl" {build}
"base-unix" {build}
"num"
"camlidl"
"graphics"
{test}
"graphics"
"extlib" {build} | "extlib-compat" {build}
"lustre-v6"
"lutils" {>= "1.49"}
...
...
@@ -33,9 +35,3 @@ depends: [
]
post-messages:
"The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/"
depexts: [
["perl" "gmp-dev" "mpfr-dev" "m4"] {os-distribution = "alpine"}
["perl" "gmp-devel" "mpfr-devel" "m4"] {os-distribution = "centos"}
["perl" "libgmp-dev" "libmpfr-dev" "m4"] {os-distribution = "debian"}
["perl" "libgmp-dev" "libmpfr-dev" "m4"] {os-distribution = "ubuntu"}
]
polka.opam
View file @
6a2220b5
...
...
@@ -13,6 +13,8 @@ depends: [
"ocaml" {>= "4.05"}
"base-bigarray"
"conf-gmp"
"conf-mpfr"
"conf-m4" {build}
"conf-perl" {build}
"base-unix" {build}
"num"
...
...
@@ -24,9 +26,3 @@ depends: [
]
post-messages:
"The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/"
depexts: [
["perl" "gmp-dev" "mpfr-dev" "m4"] {os-distribution = "alpine"}
["perl" "gmp-devel" "mpfr-devel" "m4"] {os-distribution = "centos"}
["perl" "libgmp-dev" "libmpfr-dev" "m4"] {os-distribution = "debian"}
["perl" "libgmp-dev" "libmpfr-dev" "m4"] {os-distribution = "ubuntu"}
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment