From: "Justin Bronder" <jsbronder@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/mpich/
Date: Mon, 29 Aug 2016 20:45:18 +0000 (UTC) [thread overview]
Message-ID: <1472496383.a40fade4c2eb4f40309b042d43b8f25659dfdf09.jsbronder@gentoo> (raw)
commit: a40fade4c2eb4f40309b042d43b8f25659dfdf09
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 18:45:01 2016 +0000
Commit: Justin Bronder <jsbronder <AT> gentoo <DOT> 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}
next reply other threads:[~2016-08-29 20:45 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-29 20:45 Justin Bronder [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-29 20:49 [gentoo-commits] proj/sci:master commit in: sys-cluster/mpich/ Christoph Junghans
2016-08-29 20:45 Justin Bronder
2016-08-29 20:45 Justin Bronder
2016-08-29 20:45 Justin Bronder
2016-08-29 20:45 Justin Bronder
2015-12-21 13:48 Justin Bronder
2015-11-21 15:14 Christoph Junghans
2015-04-20 17:27 Justin Bronder
2015-04-20 17:11 Justin Bronder
2015-04-20 17:11 Justin Bronder
2015-02-21 2:46 Christoph Junghans
2015-02-20 2:01 Christoph Junghans
2015-02-17 0:13 Christoph Junghans
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1472496383.a40fade4c2eb4f40309b042d43b8f25659dfdf09.jsbronder@gentoo \
--to=jsbronder@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox