added master branch version to mpip (#14284)
This commit is contained in:
parent
643cc95055
commit
99dee90372
@ -11,7 +11,9 @@ class Mpip(AutotoolsPackage):
|
|||||||
"""mpiP: Lightweight, Scalable MPI Profiling"""
|
"""mpiP: Lightweight, Scalable MPI Profiling"""
|
||||||
homepage = "http://mpip.sourceforge.net/"
|
homepage = "http://mpip.sourceforge.net/"
|
||||||
url = "http://downloads.sourceforge.net/project/mpip/mpiP/mpiP-3.4.1/mpiP-3.4.1.tar.gz"
|
url = "http://downloads.sourceforge.net/project/mpip/mpiP/mpiP-3.4.1/mpiP-3.4.1.tar.gz"
|
||||||
|
git = "https://github.com/llnl/mpip.git"
|
||||||
|
|
||||||
|
version('master', branch='master')
|
||||||
version("3.4.1", sha256="688bf37d73211e6a915f9fc59c358282a266d166c0a10af07a38a01a473296f0")
|
version("3.4.1", sha256="688bf37d73211e6a915f9fc59c358282a266d166c0a10af07a38a01a473296f0")
|
||||||
|
|
||||||
depends_on("elf")
|
depends_on("elf")
|
||||||
|
Loading…
Reference in New Issue
Block a user