commit:     bda9a630a01f197f387fa95cbbcc0f2c88f562d3
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  3 23:51:11 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 23:51:11 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bda9a630

sys-cluster/openmpi: multilib now works with fortran (bug #540392)

Package-Manager: portage-2.2.20.1

 sys-cluster/openmpi/ChangeLog                | 3 +++
 sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLog
index 6893802..260d20c 100644
--- a/sys-cluster/openmpi/ChangeLog
+++ b/sys-cluster/openmpi/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  03 Nov 2015; Christoph Junghans <[email protected]> openmpi-1.8.4-r99.ebuild:
+  sys-cluster/openmpi: multilib now works with fortran (bug #540392)
+
 *openmpi-1.10.0 (23 Sep 2015)
 
   23 Sep 2015; Justin Bronder <[email protected]> +openmpi-1.10.0.ebuild:

diff --git a/sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild 
b/sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild
index 61d021b..167259f 100644
--- a/sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild
+++ b/sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild
@@ -125,7 +125,7 @@ multilib_src_configure() {
                        --enable-opal-multi-threads)
        fi
 
-       if multilib_is_native_abi && use fortran; then
+       if use fortran; then
                myconf+=(--enable-mpi-fortran=all)
        else
                myconf+=(--enable-mpi-fortran=no)

Reply via email to