Change deps on 'mpich' to 'mpi'

This commit is contained in:
Todd Gamblin 2014-01-04 14:44:16 -08:00
parent b579ba213d
commit d0b82d291f
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ class Callpath(Package):
url = "http://github.com/tgamblin/callpath-0.2.tar.gz" url = "http://github.com/tgamblin/callpath-0.2.tar.gz"
depends_on("dyninst") depends_on("dyninst")
depends_on("mpich") depends_on("mpi")
def install(self, spec, prefix): def install(self, spec, prefix):
configure("--prefix=%s" % prefix) configure("--prefix=%s" % prefix)

View file

@ -4,7 +4,7 @@ class Mpileaks(Package):
homepage = "http://www.llnl.gov" homepage = "http://www.llnl.gov"
url = "http://www.llnl.gov/mpileaks-1.0.tar.gz" url = "http://www.llnl.gov/mpileaks-1.0.tar.gz"
depends_on("mpich") depends_on("mpi")
depends_on("callpath") depends_on("callpath")
def install(self, spec, prefix): def install(self, spec, prefix):