Revision 10e2437bd5d131b474dad95d48c53ad1546d3f4c authored by Roberto Di Cosmo on 05 June 2016, 19:31:59 UTC, committed by Roberto Di Cosmo on 05 June 2016, 19:31:59 UTC
can_redirect: don't treat mkdir returning EEXIST as an error
2 parent s 7598fb9 + a1e92fe
Raw File
opam
opam-version: "1.2"
maintainer: "Roberto Di Cosmo <roberto@dicosmo.org>"
authors: "Roberto Di Cosmo <roberto@dicosmo.org>"
homepage: "https://github.com/rdicosmo/parmap"
dev-repo: "https://github.com/rdicosmo/parmap.git"
bug-reports: "https://github.com/rdicosmo/parmap/issues"
build: [
  ["aclocal" "-I" "m4"]
  ["autoconf"]
  ["autoheader"]
  ["./configure"] 
  [make "DESTDIR=%{prefix}%" "OCAMLLIBDIR=lib" ]
]
install: [
  [make "install" "DESTDIR=%{prefix}%" "OCAMLLIBDIR=lib"]
]
remove: [
  ["aclocal" "-I" "m4"]
  ["autoconf"]
  ["autoheader"]
  ["./configure"] 
  [make "uninstall" "DESTDIR=%{prefix}%" "OCAMLLIBDIR=lib"]
]
depends: [
  "ocamlfind"
  "ocamlbuild" {build}
  "conf-autoconf"
]
back to top