plplot 5.9.10
Closes Homebrew/homebrew#23406. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
827c34b86a
commit
0741ac8deb
1 changed files with 4 additions and 2 deletions
|
@ -2,9 +2,11 @@ require 'formula'
|
|||
|
||||
class Plplot < Formula
|
||||
homepage 'http://plplot.sourceforge.net'
|
||||
url 'http://downloads.sourceforge.net/project/plplot/plplot/5.9.9%20Source/plplot-5.9.9.tar.gz'
|
||||
sha1 '3df8fc21723e14af62fea4098e4ef019e1b52a54'
|
||||
url 'http://downloads.sourceforge.net/project/plplot/plplot/5.9.10%20Source/plplot-5.9.10.tar.gz'
|
||||
sha1 '10dbdfe41d71a9f51e4396729c001ed2baea22fe'
|
||||
|
||||
# failing wxWidget includes on snow leopard
|
||||
depends_on :macos => :lion
|
||||
depends_on 'cmake' => :build
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'pango'
|
||||
|
|
Loading…
Reference in a new issue