Skip to content

Commit

Permalink
graph-tool 2.2.31
Browse files Browse the repository at this point in the history
Closes Homebrew#802.
  • Loading branch information
Xin Sun authored and ianml committed Apr 15, 2014
1 parent 5be05d7 commit 8b3af3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions graph-tool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

class GraphTool < Formula
homepage 'http://graph-tool.skewed.de/'
url 'http://downloads.skewed.de/graph-tool/graph-tool-2.2.29.1.tar.bz2'
sha1 '1cf735e3379548b7140ad10f7791ff1e929d40e1'
url 'http://downloads.skewed.de/graph-tool/graph-tool-2.2.31.tar.bz2'
sha1 '5e0b1c215ecd76191a82c745df0fac17e33bfb09'
head 'https://github.com/count0/graph-tool.git'

depends_on 'pkg-config' => :build
Expand All @@ -21,6 +21,7 @@ def install
config_args = %W[
--disable-debug
--disable-dependency-tracking
--disable-optimization
--prefix=#{prefix}
--with-python-module-path=#{lib}/python2.7/site-packages
]
Expand Down

0 comments on commit 8b3af3e

Please sign in to comment.