Redact igraph

This is already available in homebrew/science
This commit is contained in:
Adam Vandenberg 2013-06-26 15:22:02 -07:00
parent 313b400298
commit a8c48b9a9e

View file

@ -1,16 +0,0 @@
require 'formula'
class Igraph < Formula
homepage 'http://igraph.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/igraph/C%20library/0.6.5/igraph-0.6.5.tar.gz'
sha1 'f1605c5592e8bf3c97473f7781e77b6608448f78'
depends_on 'gmp' => :build
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make"
system "make", "install"
end
end