Darshan 3.1.6 (#7686)

* update darshan-util to 3.1.6, add bzip2 option

* add darshan-runtime 3.1.6
This commit is contained in:
carns 2018-04-06 17:49:07 -04:00 committed by Adam J. Stewart
parent 58a57bf391
commit e1856f3129
2 changed files with 4 additions and 0 deletions

View file

@ -36,6 +36,7 @@ class DarshanRuntime(Package):
homepage = "http://www.mcs.anl.gov/research/projects/darshan/"
url = "http://ftp.mcs.anl.gov/pub/darshan/releases/darshan-3.1.0.tar.gz"
version('3.1.6', 'ce5b8f1e69d602edd4753b57258b57c1')
version('3.1.0', '439d717323e6265b2612ed127886ae52')
version('3.0.0', '732577fe94238936268d74d7d74ebd08')

View file

@ -34,10 +34,13 @@ class DarshanUtil(Package):
homepage = "http://www.mcs.anl.gov/research/projects/darshan/"
url = "http://ftp.mcs.anl.gov/pub/darshan/releases/darshan-3.1.0.tar.gz"
version('3.1.6', 'ce5b8f1e69d602edd4753b57258b57c1')
version('3.1.0', '439d717323e6265b2612ed127886ae52')
version('3.0.0', '732577fe94238936268d74d7d74ebd08')
variant('bzip2', default=False, description="Enable bzip2 compression")
depends_on('zlib')
depends_on('bzip2', when="+bzip2", type=("build", "link", "run"))
def install(self, spec, prefix):