aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gecode.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gecode.rb')
-rw-r--r--Library/Formula/gecode.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/gecode.rb b/Library/Formula/gecode.rb
index f8fa7fc38..e42880957 100644
--- a/Library/Formula/gecode.rb
+++ b/Library/Formula/gecode.rb
@@ -5,6 +5,11 @@ class Gecode < Formula
homepage 'http://www.gecode.org/'
md5 '8d505801f5730bd1b639fb2213b24919'
+ fails_with :clang do
+ build 318
+ cause "error: reference to non-static member function must be called"
+ end
+
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"