diff options
author | 2019-11-10 16:26:12 +0300 | |
---|---|---|
committer | 2019-11-10 16:26:46 +0300 | |
commit | 5e5aee7d98e08bb44046e328745a23b256b9a7ba (patch) | |
tree | 70157bbe88fad1d97d2140aff2f1531a3e7e99e8 /sys-cluster/openmpi/openmpi-1.8.8.ebuild | |
parent | profiles: unmask app-laptop/hdaps-gl. (diff) | |
download | gentoo-5e5aee7d98e08bb44046e328745a23b256b9a7ba.tar.gz gentoo-5e5aee7d98e08bb44046e328745a23b256b9a7ba.tar.bz2 gentoo-5e5aee7d98e08bb44046e328745a23b256b9a7ba.zip |
sys-cluster/openmpi: ebuilds cleanup
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-cluster/openmpi/openmpi-1.8.8.ebuild')
-rw-r--r-- | sys-cluster/openmpi/openmpi-1.8.8.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys-cluster/openmpi/openmpi-1.8.8.ebuild b/sys-cluster/openmpi/openmpi-1.8.8.ebuild index 3e7db1e7dfd5..0907f4880539 100644 --- a/sys-cluster/openmpi/openmpi-1.8.8.ebuild +++ b/sys-cluster/openmpi/openmpi-1.8.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,6 @@ S=${WORKDIR}/${MY_P} IUSE_OPENMPI_FABRICS=" openmpi_fabrics_ofed openmpi_fabrics_knem - openmpi_fabrics_open-mx openmpi_fabrics_psm" IUSE_OPENMPI_RM=" @@ -34,7 +33,7 @@ SRC_URI="http://www.open-mpi.org/software/ompi/v$(get_version_component_range 1- LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" -IUSE="cma cuda +cxx elibc_FreeBSD fortran heterogeneous ipv6 java mpi-threads numa romio threads vt +IUSE="cma cuda +cxx fortran heterogeneous ipv6 java mpi-threads numa romio threads vt ${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} ${IUSE_OPENMPI_OFED_FEATURES}" REQUIRED_USE="openmpi_rm_slurm? ( !openmpi_rm_pbs ) @@ -63,10 +62,8 @@ CDEPEND=" <sys-apps/hwloc-2[numa?] sys-libs/zlib cuda? ( dev-util/nvidia-cuda-toolkit ) - elibc_FreeBSD? ( || ( dev-libs/libexecinfo >=sys-freebsd/freebsd-lib-10.0 ) ) openmpi_fabrics_ofed? ( sys-fabric/ofed:* ) openmpi_fabrics_knem? ( sys-cluster/knem ) - openmpi_fabrics_open-mx? ( sys-cluster/open-mx ) openmpi_fabrics_psm? ( sys-fabric/infinipath-psm:* ) openmpi_rm_pbs? ( sys-cluster/torque ) openmpi_rm_slurm? ( sys-cluster/slurm ) @@ -140,7 +137,6 @@ src_configure() { $(use_enable mpi-threads mpi-thread-multiple) \ $(use_with openmpi_fabrics_ofed verbs "${EPREFIX}"/usr) \ $(use_with openmpi_fabrics_knem knem "${EPREFIX}"/usr) \ - $(use_with openmpi_fabrics_open-mx mx "${EPREFIX}"/usr) \ $(use_with openmpi_fabrics_psm psm "${EPREFIX}"/usr) \ $(use_enable openmpi_ofed_features_control-hdr-padding openib-control-hdr-padding) \ $(use_enable openmpi_ofed_features_connectx-xrc openib-connectx-xrc) \ |