new package versions

This commit is contained in:
Gregory L. Lee 2015-06-04 15:49:55 -07:00
parent c622337802
commit 5ac5c021b8
2 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,7 @@ class Python(Package):
extendable = True
version('2.7.8', 'd235bdfa75b8396942e360a70487ee00')
version('2.7.10', 'c685ef0b8e9f27b5e3db5db12b268ac6')
depends_on("openssl")
depends_on("bzip2")

View File

@ -5,16 +5,18 @@ class Stat(Package):
homepage = "http://paradyn.org/STAT/STAT.html"
url = "https://github.com/lee218llnl/stat/archive/v2.0.0.tar.gz"
version('2.2.0', '26bd69dd57a15afdd5d0ebdb0b7fb6fc')
version('2.1.0', 'ece26beaf057aa9134d62adcdda1ba91')
version('2.0.0', 'c7494210b0ba26b577171b92838e1a9b')
depends_on('libelf')
depends_on('libdwarf')
depends_on('dyninst')
depends_on('graphlib')
depends_on('launchmon')
depends_on('mrnet')
patch('configure_mpicxx.patch', when='@2.1.0:')
patch('configure_mpicxx.patch', when='@2.1.0')
def install(self, spec, prefix):
configure(