updated stat and added pygtk and dependent packages

This commit is contained in:
Gregory L. Lee
2016-07-28 13:17:06 -07:00
parent ae20e53cfb
commit bd8aab00e4
9 changed files with 249 additions and 5 deletions

View File

@@ -27,10 +27,11 @@
class Graphlib(Package):
"""Library to create, manipulate, and export graphs Graphlib."""
homepage = "http://https://github.com/lee218llnl/graphlib"
url = "https://github.com/lee218llnl/graphlib/archive/v2.0.0.tar.gz"
homepage = "https://github.com/LLNL/graphlib"
url = "https://github.com/LLNL/graphlib/archive/v2.0.0.tar.gz"
version('2.0.0', '43c6df84f1d38ba5a5dce0ae19371a70')
version('3.0.0', '625d199f97ab1b84cbc8daabcaee5e2a')
depends_on('cmake', type='build')