Skip to content

Commit

Permalink
opam: building with aspcud requires C++11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Apr 13, 2014
1 parent 2f62676 commit 15a504e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/opam.rb
Expand Up @@ -10,6 +10,10 @@ class Opam < Formula
depends_on "objective-caml"
depends_on "aspcud" => :recommended

if build.with? "aspcud"
needs :cxx11
end

def install
ENV.deparallelize
# Set TERM to workaround bug in ocp-build (ocaml/opam#1038)
Expand Down

0 comments on commit 15a504e

Please sign in to comment.