From d0a0c159fa1f6a010853d11b0640648c6e6bb166 Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Mon, 27 Oct 2014 18:44:27 +0000 Subject: opam: add camlp4 to the recommended list Since OCaml 4.02.0, camlp4 is distributed separately from the main compiler distribution. However, it is still required to be installed alongside the system compiler for the majority of packages. See #33596 for more discussion on this topic. --- Library/Formula/opam.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/opam.rb b/Library/Formula/opam.rb index 199938459..197d54ef6 100644 --- a/Library/Formula/opam.rb +++ b/Library/Formula/opam.rb @@ -4,6 +4,7 @@ class Opam < Formula homepage 'https://opam.ocaml.org' url 'https://github.com/ocaml/opam/archive/1.2.0.tar.gz' sha1 'b7923516a853afe86e8439afd23c0dae5fa8ad57' + revision 1 head 'https://github.com/ocaml/opam.git' @@ -16,6 +17,7 @@ class Opam < Formula depends_on "objective-caml" depends_on "aspcud" => :recommended + depends_on "camlp4" => :recommended if build.with? "aspcud" needs :cxx11 -- cgit v1.2.3