| 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/openmpi-1.4.4.ebuild,v 1.1 2012/02/03 20:44:18 jsbronder Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.4.4.ebuild,v 1.2 2012/06/25 18:28:11 jsbronder Exp $ |
| 4 | |
4 | |
| 5 | EAPI=3 |
5 | EAPI=3 |
| 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} |
| … | |
… | |
| 22 | vt? ( |
22 | vt? ( |
| 23 | !dev-libs/libotf |
23 | !dev-libs/libotf |
| 24 | !app-text/lcdf-typetools |
24 | !app-text/lcdf-typetools |
| 25 | ) |
25 | ) |
| 26 | elibc_FreeBSD? ( dev-libs/libexecinfo ) |
26 | elibc_FreeBSD? ( dev-libs/libexecinfo ) |
| 27 | !sys-cluster/mpich |
|
|
| 28 | !sys-cluster/lam-mpi |
|
|
| 29 | !sys-cluster/mpich2 |
27 | !sys-cluster/mpich2 |
| 30 | !sys-cluster/mpiexec" |
28 | !sys-cluster/mpiexec" |
| 31 | DEPEND="${RDEPEND}" |
29 | DEPEND="${RDEPEND}" |
| 32 | |
30 | |
| 33 | pkg_setup() { |
31 | pkg_setup() { |