opam-version: "2.0" synopsis: "Second release candidate for 4.07.0 with frame-pointers" maintainer: "David Allsopp " depends: [ "ocaml" {= "4.07.0" & post} "base-unix" {post} "base-bigarray" {post} "base-threads" {post} ] conflict-class: "ocaml-core-compiler" flags: compiler setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" build: [ [ "sed" "-ib" "-e" "s/opts=\"\"/opts=\"-Wno-implicit-function-declaration\"/" "config/auto-aux/hasgot" ] {os = "macos"} [ "./configure" "-prefix" prefix "-with-debug-runtime" "-with-frame-pointers" ] {os != "openbsd" & os != "freebsd" & os != "macos"} [ "./configure" "-prefix" prefix "-with-debug-runtime" "-with-frame-pointers" "-cc" "cc" "-aspp" "cc -c" ] {os = "openbsd" | os = "freebsd" | os = "macos"} [make "-j%{jobs}%" {os != "cygwin"} "world"] [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] ] install: [make "install"] url { src: "https://github.com/ocaml/ocaml/archive/4.07.0+rc2.tar.gz" checksum: [ "sha256=dffbdda6d4c8206e95aaec822de0b2fd2ed3d21211542142b5aa6d6764896e27" "md5=98d3b4cd504ab77c6e0a2dc98e69f3a1" ] } post-messages: [ "A failure in the middle of the build may be caused by build parallelism (enabled by default). Please file a bug report at https://github.com/ocaml/opam-repository/issues" {failure & jobs > 1 & os != "cygwin"} "You can try installing again including --jobs=1 to force a sequential build instead." {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} ] available: os = "linux" & arch = "x86_64" x-maintained: false