summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorFrancois Budin <francois.budin@kitware.com>2019-04-30 20:42:32 -0400
committerPeter Scheibel <scheibel1@llnl.gov>2019-05-01 09:42:32 +0900
commite2825d0ad47534faec365e62b2cfa2618074ceb1 (patch)
tree0893df1d3799792ccd4d2315d643417c407a4d0f /var
parent06ed77bdfa53174e31ca7c8ce25c660aa5c03224 (diff)
downloadspack-e2825d0ad47534faec365e62b2cfa2618074ceb1.tar.gz
spack-e2825d0ad47534faec365e62b2cfa2618074ceb1.tar.bz2
spack-e2825d0ad47534faec365e62b2cfa2618074ceb1.tar.xz
spack-e2825d0ad47534faec365e62b2cfa2618074ceb1.zip
Darshan 3.1.7 and develop versions fpr darshan-runtime and darshan-util (#11269)
* Add version 3.1.7 * Add develop branch (git master)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/darshan-runtime/package.py3
-rw-r--r--var/spack/repos/builtin/packages/darshan-util/package.py3
2 files changed, 6 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/darshan-runtime/package.py b/var/spack/repos/builtin/packages/darshan-runtime/package.py
index c81d3c2874..dd7e358d61 100644
--- a/var/spack/repos/builtin/packages/darshan-runtime/package.py
+++ b/var/spack/repos/builtin/packages/darshan-runtime/package.py
@@ -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')
diff --git a/var/spack/repos/builtin/packages/darshan-util/package.py b/var/spack/repos/builtin/packages/darshan-util/package.py
index 611123e7ce..7ecc042057 100644
--- a/var/spack/repos/builtin/packages/darshan-util/package.py
+++ b/var/spack/repos/builtin/packages/darshan-util/package.py
@@ -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')