diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-01-28 20:49:50 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-01-28 20:49:50 -0700 |
commit | 06535f25dc95c627bfdd01e383076daaba159a6c (patch) | |
tree | 8d3ca22f8230ea947fcd2fbc5d88e65d4e9bc3fe /var | |
parent | 6b2d25580c00e5ab0b6cd927c84f98775057b3ab (diff) | |
parent | d9548c01afe555ee58019b2ef5cb8938cd71cee3 (diff) | |
download | spack-06535f25dc95c627bfdd01e383076daaba159a6c.tar.gz spack-06535f25dc95c627bfdd01e383076daaba159a6c.tar.bz2 spack-06535f25dc95c627bfdd01e383076daaba159a6c.tar.xz spack-06535f25dc95c627bfdd01e383076daaba159a6c.zip |
Merge pull request #412 from davidbeckingsale/features/caliper
Correct Caliper package URL
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/caliper/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/caliper/package.py b/var/spack/repos/builtin/packages/caliper/package.py index b14a562aa8..d51b4a4dd5 100644 --- a/var/spack/repos/builtin/packages/caliper/package.py +++ b/var/spack/repos/builtin/packages/caliper/package.py @@ -10,7 +10,7 @@ class Caliper(Package): homepage = "https://github.com/LLNL/Caliper" url = "" - version('master', git='ssh://git@cz-stash.llnl.gov:7999/piper/caliper.git') + version('master', git='ssh://git@github.com:LLNL/Caliper.git') variant('mpi', default=False, description='Enable MPI function wrappers.') |