Skip to content
Snippets Groups Projects
Commit d0b82d29 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Change deps on 'mpich' to 'mpi'

parent b579ba21
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ class Callpath(Package):
url = "http://github.com/tgamblin/callpath-0.2.tar.gz"
depends_on("dyninst")
depends_on("mpich")
depends_on("mpi")
def install(self, spec, prefix):
configure("--prefix=%s" % prefix)
......
......@@ -4,7 +4,7 @@ class Mpileaks(Package):
homepage = "http://www.llnl.gov"
url = "http://www.llnl.gov/mpileaks-1.0.tar.gz"
depends_on("mpich")
depends_on("mpi")
depends_on("callpath")
def install(self, spec, prefix):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment