Redact igraph
This is already available in homebrew/science
This commit is contained in:
parent
313b400298
commit
a8c48b9a9e
1 changed files with 0 additions and 16 deletions
|
@ -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
|
Loading…
Reference in a new issue