Darshan 3.1.7 and develop versions fpr darshan-runtime and darshan-util (#11269)

* Add version 3.1.7
* Add develop branch (git master)
This commit is contained in:
Francois Budin 2019-04-30 20:42:32 -04:00 committed by Peter Scheibel
parent 06ed77bdfa
commit e2825d0ad4
2 changed files with 6 additions and 0 deletions

View File

@ -16,7 +16,10 @@ 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"
git = "https://xgitlab.cels.anl.gov/darshan/darshan.git"
version('develop', branch='master')
version('3.1.7', '2777e0769ec2b31dd1065f1de835dcfc')
version('3.1.6', 'ce5b8f1e69d602edd4753b57258b57c1')
version('3.1.0', '439d717323e6265b2612ed127886ae52')
version('3.0.0', '732577fe94238936268d74d7d74ebd08')

View File

@ -14,7 +14,10 @@ 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"
git = "https://xgitlab.cels.anl.gov/darshan/darshan.git"
version('develop', branch='master')
version('3.1.7', '2777e0769ec2b31dd1065f1de835dcfc')
version('3.1.6', 'ce5b8f1e69d602edd4753b57258b57c1')
version('3.1.0', '439d717323e6265b2612ed127886ae52')
version('3.0.0', '732577fe94238936268d74d7d74ebd08')