aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/igraph.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/igraph.rb')
-rw-r--r--Library/Formula/igraph.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/igraph.rb b/Library/Formula/igraph.rb
index c175d293d..b71ca9e85 100644
--- a/Library/Formula/igraph.rb
+++ b/Library/Formula/igraph.rb
@@ -9,6 +9,8 @@ class Igraph <Formula
depends_on 'gmp'
def install
+ fails_with_llvm "Segfault while compiling."
+
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end