From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A62A1382C5 for ; Sat, 3 Apr 2021 15:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72F34E08D3; Sat, 3 Apr 2021 15:44:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B1DEE08D3 for ; Sat, 3 Apr 2021 15:44:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A60A340BE3 for ; Sat, 3 Apr 2021 15:44:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1036764B for ; Sat, 3 Apr 2021 15:44:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617464637.b04baf10c2982ecdb205e1f32d9b05ecb8e7fa67.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/openmpi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/openmpi/openmpi-1.7.5-r1.ebuild X-VCS-Directories: sys-cluster/openmpi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b04baf10c2982ecdb205e1f32d9b05ecb8e7fa67 X-VCS-Branch: master Date: Sat, 3 Apr 2021 15:44:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a695b85f-6daa-4ac8-94be-57a20def57c0 X-Archives-Hash: 803c5cd875741054983a2b9848f6a81f commit: b04baf10c2982ecdb205e1f32d9b05ecb8e7fa67 Author: Sam James gentoo org> AuthorDate: Fri Apr 2 06:08:26 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 15:43:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04baf10 sys-cluster/openmpi: fix variable references Signed-off-by: Sam James gentoo.org> sys-cluster/openmpi/openmpi-1.7.5-r1.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sys-cluster/openmpi/openmpi-1.7.5-r1.ebuild b/sys-cluster/openmpi/openmpi-1.7.5-r1.ebuild index c5a6122cbd9..2a01a1f2fb3 100644 --- a/sys-cluster/openmpi/openmpi-1.7.5-r1.ebuild +++ b/sys-cluster/openmpi/openmpi-1.7.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit autotools cuda flag-o-matic fortran-2 toolchain-funcs MY_P=${P/-mpi} -S=${WORKDIR}/${MY_P} +S="${WORKDIR}"/${MY_P} IUSE_OPENMPI_FABRICS=" openmpi_fabrics_ofed @@ -131,7 +131,7 @@ src_configure() { econf "${myconf[@]}" \ $(use_enable cxx mpi-cxx) \ $(use_with cma) \ - $(use_with cuda cuda "$EPREFIX"/opt/cuda) \ + $(use_with cuda cuda "${EPREFIX}"/opt/cuda) \ $(use_enable romio io-romio) \ $(use_enable heterogeneous) \ $(use_enable ipv6) \ @@ -149,8 +149,10 @@ src_configure() { src_install() { default + # From USE=vt see #359917 rm "${ED}"/usr/share/libtool || die + # Avoid collisions with libevent rm -rf "${ED}"/usr/include/event2 || die dodoc README AUTHORS NEWS VERSION