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 20CB2138330 for ; Mon, 29 Aug 2016 20:45:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E13EB21C06B; Mon, 29 Aug 2016 20:45:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EB4821C043 for ; Mon, 29 Aug 2016 20:45:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6462A34095A for ; Mon, 29 Aug 2016 20:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9C2C2472 for ; Mon, 29 Aug 2016 20:45:18 +0000 (UTC) From: "Justin Bronder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Bronder" Message-ID: <1472496383.a40fade4c2eb4f40309b042d43b8f25659dfdf09.jsbronder@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/mpich/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/mpich/mpich-3.2-r2.ebuild X-VCS-Directories: sys-cluster/mpich/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: a40fade4c2eb4f40309b042d43b8f25659dfdf09 X-VCS-Branch: master Date: Mon, 29 Aug 2016 20:45:18 +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-Archives-Salt: ffcedb81-3783-48db-8231-b978a603df63 X-Archives-Hash: 2a8ef5d73b29217fa1f6b1ce4d36868a commit: a40fade4c2eb4f40309b042d43b8f25659dfdf09 Author: Christoph Junghans gentoo org> AuthorDate: Mon Aug 29 18:45:01 2016 +0000 Commit: Justin Bronder gentoo org> CommitDate: Mon Aug 29 18:46:23 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a40fade4 sys-cluster/mpich: add forgotten mpi_root Package-Manager: portage-2.2.28 sys-cluster/mpich/mpich-3.2-r2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/mpich/mpich-3.2-r2.ebuild b/sys-cluster/mpich/mpich-3.2-r2.ebuild index 7f5dcf7..d66b32d 100644 --- a/sys-cluster/mpich/mpich-3.2-r2.ebuild +++ b/sys-cluster/mpich/mpich-3.2-r2.ebuild @@ -89,18 +89,18 @@ multilib_src_install() { # fortran header cannot be wrapped (bug #540508), workaround part 1 if multilib_is_native_abi && use fortran; then mkdir "${T}"/fortran || die - mv "${ED}"usr/include/mpif* "${T}"/fortran || die - mv "${ED}"usr/include/*.mod "${T}"/fortran || die + mv "${ED}"/$(mpi_root)/usr/include/mpif* "${T}"/fortran || die + mv "${ED}"/$(mpi_root)/usr/include/*.mod "${T}"/fortran || die else # some fortran files get installed unconditionally - rm "${ED}"usr/include/mpif* "${ED}"usr/include/*.mod || die + rm "${ED}"/$(mpi_root)/usr/include/mpif* "${ED}"usr/include/*.mod || die fi } multilib_src_install_all() { # fortran header cannot be wrapped (bug #540508), workaround part 2 if use fortran; then - mv "${T}"/fortran/* "${ED}"usr/include || die + mv "${T}"/fortran/* "${ED}"/$(mpi_root)/usr/include || die fi mpi_dodir /usr/share/doc/${PF}