diff options
| author | Samuel John | 2013-03-31 20:51:43 +0200 |
|---|---|---|
| committer | Samuel John | 2013-03-31 20:54:25 +0200 |
| commit | 9495b06ef3f35be8711902ce268ccfc92cdcb056 (patch) | |
| tree | 8a155f95a7237eb8a424987ac7189a3accb50d2a /Library/Formula/igraph.rb | |
| parent | 65fe8946bf4915c6b0d6c6e64dfc205f10c43f3c (diff) | |
| download | homebrew-9495b06ef3f35be8711902ce268ccfc92cdcb056.tar.bz2 | |
Moved to homebrew/science Octave, OpenCV, VTK, ...
Diffstat (limited to 'Library/Formula/igraph.rb')
| -rw-r--r-- | Library/Formula/igraph.rb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Library/Formula/igraph.rb b/Library/Formula/igraph.rb deleted file mode 100644 index f03b8d484..000000000 --- a/Library/Formula/igraph.rb +++ /dev/null @@ -1,21 +0,0 @@ -require 'formula' - -class Igraph < Formula - homepage 'http://igraph.sourceforge.net' - url 'http://downloads.sourceforge.net/sourceforge/igraph/igraph-0.6.5.tar.gz' - sha1 'f1605c5592e8bf3c97473f7781e77b6608448f78' - - option :universal - - # GMP is optional, and doesn't have a universal build - depends_on 'gmp' => :optional unless build.universal? - - def install - ENV.universal_binary if build.universal? - - system "./configure", "--disable-debug", - "--disable-dependency-tracking", - "--prefix=#{prefix}" - system "make install" - end -end |
