Merge pull request #1051 from daboehme/develop
Use https for github in Caliper package
This commit is contained in:
commit
a19c8b343e
@ -34,7 +34,7 @@ class Caliper(Package):
|
|||||||
homepage = "https://github.com/LLNL/Caliper"
|
homepage = "https://github.com/LLNL/Caliper"
|
||||||
url = ""
|
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.')
|
variant('mpi', default=False, description='Enable MPI function wrappers.')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user