aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJustin Bronder <jbronder@gentoo.org>2013-07-08 21:14:18 -0400
committerJustin Bronder <jbronder@gentoo.org>2013-07-08 21:14:18 -0400
commitd2d3b195028595c136ac3946c0325acaf3ef42e2 (patch)
treea9a5cc96f2bdc105071585450876f66758952a67 /eclass
parentadd mpich license (diff)
downloadsci-d2d3b195028595c136ac3946c0325acaf3ef42e2.tar.gz
sci-d2d3b195028595c136ac3946c0325acaf3ef42e2.tar.bz2
sci-d2d3b195028595c136ac3946c0325acaf3ef42e2.zip
mpi.eclass: add sys-cluster/mpich
upstream renamed mpich2 to mpich.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mpi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mpi.eclass b/eclass/mpi.eclass
index b411ae9ac..21f234e00 100644
--- a/eclass/mpi.eclass
+++ b/eclass/mpi.eclass
@@ -21,9 +21,9 @@ inherit multilib
#####################
# All known mpi implementations
-__MPI_ALL_IMPLEMENTATION_PNS="mpich2 openmpi lam-mpi openib-mvapich2"
+__MPI_ALL_IMPLEMENTATION_PNS="mpich mpich2 openmpi lam-mpi openib-mvapich2"
# All mpi implentations that can be classed.
-__MPI_ALL_CLASSABLE_PNS="openmpi mpich2 lam-mpi"
+__MPI_ALL_CLASSABLE_PNS="mpich openmpi mpich2 lam-mpi"