Merge pull request #1051 from daboehme/develop

Use https for github in Caliper package
This commit is contained in:
Todd Gamblin 2016-06-15 08:56:11 -07:00 committed by GitHub
commit a19c8b343e

View file

@ -34,7 +34,7 @@ class Caliper(Package):
homepage = "https://github.com/LLNL/Caliper"
url = ""
version('master', git='ssh://git@github.com:LLNL/Caliper.git')
version('master', git='https://github.com/LLNL/Caliper.git')
variant('mpi', default=False, description='Enable MPI function wrappers.')