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:
parent
06ed77bdfa
commit
e2825d0ad4
@ -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')
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user