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:
parent
58a57bf391
commit
e1856f3129
2 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,7 @@ class DarshanRuntime(Package):
|
||||||
homepage = "http://www.mcs.anl.gov/research/projects/darshan/"
|
homepage = "http://www.mcs.anl.gov/research/projects/darshan/"
|
||||||
url = "http://ftp.mcs.anl.gov/pub/darshan/releases/darshan-3.1.0.tar.gz"
|
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.1.0', '439d717323e6265b2612ed127886ae52')
|
||||||
version('3.0.0', '732577fe94238936268d74d7d74ebd08')
|
version('3.0.0', '732577fe94238936268d74d7d74ebd08')
|
||||||
|
|
||||||
|
|
|
@ -34,10 +34,13 @@ class DarshanUtil(Package):
|
||||||
homepage = "http://www.mcs.anl.gov/research/projects/darshan/"
|
homepage = "http://www.mcs.anl.gov/research/projects/darshan/"
|
||||||
url = "http://ftp.mcs.anl.gov/pub/darshan/releases/darshan-3.1.0.tar.gz"
|
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.1.0', '439d717323e6265b2612ed127886ae52')
|
||||||
version('3.0.0', '732577fe94238936268d74d7d74ebd08')
|
version('3.0.0', '732577fe94238936268d74d7d74ebd08')
|
||||||
|
|
||||||
|
variant('bzip2', default=False, description="Enable bzip2 compression")
|
||||||
depends_on('zlib')
|
depends_on('zlib')
|
||||||
|
depends_on('bzip2', when="+bzip2", type=("build", "link", "run"))
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue