Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/openmpi/
Date: Tue, 03 Nov 2015 23:53:37
Message-Id: 1446594671.bda9a630a01f197f387fa95cbbcc0f2c88f562d3.ottxor@gentoo
1 commit: bda9a630a01f197f387fa95cbbcc0f2c88f562d3
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 3 23:51:11 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 23:51:11 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bda9a630
7
8 sys-cluster/openmpi: multilib now works with fortran (bug #540392)
9
10 Package-Manager: portage-2.2.20.1
11
12 sys-cluster/openmpi/ChangeLog | 3 +++
13 sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild | 2 +-
14 2 files changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLog
17 index 6893802..260d20c 100644
18 --- a/sys-cluster/openmpi/ChangeLog
19 +++ b/sys-cluster/openmpi/ChangeLog
20 @@ -2,6 +2,9 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 + 03 Nov 2015; Christoph Junghans <ottxor@g.o> openmpi-1.8.4-r99.ebuild:
25 + sys-cluster/openmpi: multilib now works with fortran (bug #540392)
26 +
27 *openmpi-1.10.0 (23 Sep 2015)
28
29 23 Sep 2015; Justin Bronder <jsbronder@g.o> +openmpi-1.10.0.ebuild:
30
31 diff --git a/sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild b/sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild
32 index 61d021b..167259f 100644
33 --- a/sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild
34 +++ b/sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild
35 @@ -125,7 +125,7 @@ multilib_src_configure() {
36 --enable-opal-multi-threads)
37 fi
38
39 - if multilib_is_native_abi && use fortran; then
40 + if use fortran; then
41 myconf+=(--enable-mpi-fortran=all)
42 else
43 myconf+=(--enable-mpi-fortran=no)