| 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.6-r1.ebuild,v 1.1 2012/06/10 06:38:46 xarthisius Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/Attic/openmpi-1.6-r1.ebuild,v 1.2 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 versionator |
6 | inherit eutils fortran-2 multilib flag-o-matic toolchain-funcs versionator |
| 7 | |
7 | |
| 8 | MY_P=${P/-mpi} |
8 | MY_P=${P/-mpi} |
| … | |
… | |
| 45 | openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed ) |
45 | openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed ) |
| 46 | openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed ) |
46 | openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed ) |
| 47 | openmpi_ofed_features_failover? ( openmpi_fabrics_ofed )" |
47 | openmpi_ofed_features_failover? ( openmpi_fabrics_ofed )" |
| 48 | |
48 | |
| 49 | RDEPEND=" |
49 | RDEPEND=" |
| 50 | !sys-cluster/mpich |
|
|
| 51 | !sys-cluster/lam-mpi |
|
|
| 52 | !sys-cluster/mpich2 |
50 | !sys-cluster/mpich2 |
| 53 | !sys-cluster/mpiexec |
51 | !sys-cluster/mpiexec |
| 54 | >=sys-apps/hwloc-1.3 |
52 | >=sys-apps/hwloc-1.3 |
| 55 | elibc_FreeBSD? ( dev-libs/libexecinfo ) |
53 | elibc_FreeBSD? ( dev-libs/libexecinfo ) |
| 56 | openmpi_fabrics_dapl? ( sys-infiniband/dapl ) |
54 | openmpi_fabrics_dapl? ( sys-infiniband/dapl ) |