Skip to content

Commit

Permalink
Use opamconfig in zarith.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Jun 16, 2016
1 parent 09d7261 commit 7f96b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/zarith/zarith.1.4/opam
Expand Up @@ -3,8 +3,7 @@ maintainer: "thomas.braibant@gmail.com"
authors: "Xavier Leroy"
homepage: "https://forge.ocamlcore.org/projects/zarith"
build: [
["./configure"] { os != "openbsd" & os != "freebsd" & os != "darwin"}
["env" "LDFLAGS=-L/usr/local/lib" "CFLAGS=-I/usr/local/include" "./configure"] { os = "openbsd" | os = "freebsd" | os = "darwin"}
["env" opamconfig:cflags opamconfig:ldflags "./configure"]
[make]
]
install: [
Expand All @@ -13,6 +12,7 @@ install: [
remove: ["ocamlfind" "remove" "zarith"]
depends: [
"ocamlfind"
"opamconfig"
"conf-gmp"
"conf-perl" {build}
]
Expand Down

0 comments on commit 7f96b07

Please sign in to comment.