| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/Attic/openmpi-1.5.4-r3.ebuild,v 1.2 2012/04/18 20:35:24 alexxy Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/Attic/openmpi-1.5.4-r3.ebuild,v 1.3 2012/06/25 18:28:11 jsbronder Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | inherit eutils fortran-2 multilib flag-o-matic toolchain-funcs |
6 | inherit eutils fortran-2 multilib flag-o-matic toolchain-funcs |
| 7 | |
7 | |
| 8 | MY_P=${P/-mpi} |
8 | MY_P=${P/-mpi} |
| … | |
… | |
| 34 | vt? ( |
34 | vt? ( |
| 35 | !dev-libs/libotf |
35 | !dev-libs/libotf |
| 36 | !app-text/lcdf-typetools |
36 | !app-text/lcdf-typetools |
| 37 | ) |
37 | ) |
| 38 | >=sys-apps/hwloc-1.3 |
38 | >=sys-apps/hwloc-1.3 |
| 39 | !sys-cluster/mpich |
|
|
| 40 | !sys-cluster/lam-mpi |
|
|
| 41 | !sys-cluster/mpich2 |
39 | !sys-cluster/mpich2 |
| 42 | !sys-cluster/mpiexec" |
40 | !sys-cluster/mpiexec" |
| 43 | DEPEND="${RDEPEND}" |
41 | DEPEND="${RDEPEND}" |
| 44 | |
42 | |
| 45 | pkg_setup() { |
43 | pkg_setup() { |