2020-10-26 08:34:10 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
2016-08-12 09:05:36 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
|
|
|
|
inherit multilib-build
|
|
|
|
|
|
|
|
DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation"
|
|
|
|
SLOT="0"
|
2018-03-02 16:04:07 +03:00
|
|
|
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
|
2016-08-12 09:05:36 +03:00
|
|
|
IUSE="cxx fortran romio threads"
|
|
|
|
|
|
|
|
RDEPEND="|| (
|
|
|
|
>=sys-cluster/openmpi-1.10.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?]
|
|
|
|
>=sys-cluster/mpich-3.2-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?]
|
2017-01-04 15:28:46 +03:00
|
|
|
sys-cluster/mpich2[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?]
|
2016-09-06 09:25:18 +03:00
|
|
|
sys-cluster/nullmpi[${MULTILIB_USEDEP},cxx(-)?,fortran(-)?,romio(-)?,threads(-)?]
|
2016-08-12 09:05:36 +03:00
|
|
|
sys-cluster/native-mpi
|
|
|
|
)"
|