commit: 53c824ffd1b1c23145a024a19b039238ed3146e1 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 20:04:47 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 20:05:41 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=53c824ff
fixed USE=-fortran install Package-Manager: portage-2.2.14 --- sys-cluster/openmpi/ChangeLog | 3 +++ sys-cluster/openmpi/openmpi-1.8.4-r3.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLog index 3b947c3..9e19094 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 # $Header: $ + 21 Feb 2015; Christoph Junghans <[email protected]> openmpi-1.8.4-r3.ebuild: + fixed USE=-fortran install + 20 Feb 2015; Christoph Junghans <[email protected]> openmpi-1.8.4-r3.ebuild: enabled multilib cuda diff --git a/sys-cluster/openmpi/openmpi-1.8.4-r3.ebuild b/sys-cluster/openmpi/openmpi-1.8.4-r3.ebuild index f599615..f851e95 100644 --- a/sys-cluster/openmpi/openmpi-1.8.4-r3.ebuild +++ b/sys-cluster/openmpi/openmpi-1.8.4-r3.ebuild @@ -164,6 +164,9 @@ multilib_src_install() { if multilib_is_native_abi && use fortran; then mkdir "${T}"/fortran || die mv "${ED}"/usr/include/mpif* "${T}"/fortran || die + else + #some fortran files get installed unconditionally + rm "${ED}"/usr/include/mpif* "${ED}"/usr/bin/mpif* || die fi }
