From 308a32102ea54d38952ac06a4bf4b2bb69d3c196 Mon Sep 17 00:00:00 2001 From: Xiyue Deng Date: Sun, 8 Sep 2013 01:48:06 -0700 Subject: Cloog: tightened dependency check. * Explicitly request external gmp and isl as well as specifying their prefixes. * Enable verbose build log for better diagnosis. --- Library/Formula/cloog.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/cloog.rb b/Library/Formula/cloog.rb index 3e0bd19d1..0336113d6 100644 --- a/Library/Formula/cloog.rb +++ b/Library/Formula/cloog.rb @@ -11,7 +11,11 @@ class Cloog < Formula def install system "./configure", "--disable-dependency-tracking", + "--disable-silent-rules", "--prefix=#{prefix}", + "--with-gmp=system", + "--with-gmp-prefix=#{Formula.factory("gmp").opt_prefix}", + "--with-isl=system", "--with-isl-prefix=#{Formula.factory("isl").opt_prefix}" system "make install" end -- cgit v1.2.3