commit: 8214c741889ba6de73f8a106a53d067e2a376d6d Author: Justin Bronder <jsbronder <AT> gentoo <DOT> org> AuthorDate: Mon Jun 10 14:53:05 2019 +0000 Commit: Justin Bronder <jsbronder <AT> gentoo <DOT> org> CommitDate: Mon Jun 10 14:53:05 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8214c741
sys-cluster/openmpi: drop unused numa flag Signed-off-by: Justin Bronder <jsbronder <AT> gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 sys-cluster/openmpi/{openmpi-4.0.1.ebuild => openmpi-4.0.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/openmpi/openmpi-4.0.1.ebuild b/sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild similarity index 98% rename from sys-cluster/openmpi/openmpi-4.0.1.ebuild rename to sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild index 670d49012..35b8c7ea9 100644 --- a/sys-cluster/openmpi/openmpi-4.0.1.ebuild +++ b/sys-cluster/openmpi/openmpi-4.0.1-r1.ebuild @@ -31,7 +31,7 @@ SRC_URI="http://www.open-mpi.org/software/ompi/v$(ver_cut 1-2)/downloads/${MY_P} LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="cma cuda cxx elibc_FreeBSD fortran heterogeneous ipv6 java numa romio +IUSE="cma cuda cxx elibc_FreeBSD fortran heterogeneous ipv6 java romio ${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} ${IUSE_OPENMPI_OFED_FEATURES}" REQUIRED_USE="openmpi_rm_slurm? ( !openmpi_rm_pbs ) @@ -49,7 +49,7 @@ MPI_UNCLASSED_DEP_STR=" CDEPEND=" >=dev-libs/libevent-2.0.22[${MULTILIB_USEDEP},threads] dev-libs/libltdl:0[${MULTILIB_USEDEP}] - >=sys-apps/hwloc-2.0.2[${MULTILIB_USEDEP},numa?] + >=sys-apps/hwloc-2.0.2[${MULTILIB_USEDEP}] >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) elibc_FreeBSD? ( dev-libs/libexecinfo )