Skip to content
Snippets Groups Projects
Commit 99dee903 authored by Gregory L. Lee's avatar Gregory L. Lee Committed by Adam J. Stewart
Browse files

added master branch version to mpip (#14284)

parent 643cc950
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,9 @@ class Mpip(AutotoolsPackage): ...@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment