From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 23B21138A1A for ; Fri, 20 Feb 2015 23:44:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C3AEE08C7; Fri, 20 Feb 2015 23:40:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CD97E08DF for ; Fri, 20 Feb 2015 23:40:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4622B3408D3 for ; Fri, 20 Feb 2015 02:01:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA43E12226 for ; Fri, 20 Feb 2015 02:01:17 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1424397516.1c86c56373e97a238b5b4655b77d3cff04ee8ec7.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/mpich/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/mpich/ChangeLog sys-cluster/mpich/mpich-3.1.3-r1.ebuild X-VCS-Directories: sys-cluster/mpich/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 1c86c56373e97a238b5b4655b77d3cff04ee8ec7 X-VCS-Branch: master Date: Fri, 20 Feb 2015 02:01:17 +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: 773888ea-8ee4-4554-8bcd-cc8988e1291e X-Archives-Hash: 0ccb800563dc38846fa92d66b41416bd commit: 1c86c56373e97a238b5b4655b77d3cff04ee8ec7 Author: Christoph Junghans gentoo org> AuthorDate: Fri Feb 20 01:58:36 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Feb 20 01:58:36 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1c86c563 disable natvie fortran Package-Manager: portage-2.2.14 --- sys-cluster/mpich/ChangeLog | 3 +++ sys-cluster/mpich/mpich-3.1.3-r1.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-cluster/mpich/ChangeLog b/sys-cluster/mpich/ChangeLog index 719cc52..77d6182 100644 --- a/sys-cluster/mpich/ChangeLog +++ b/sys-cluster/mpich/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 20 Feb 2015; Christoph Junghans mpich-3.1.3-r1.ebuild: + disable natvie fortran + *mpich-3.1.3-r1 (17 Feb 2015) 17 Feb 2015; Christoph Junghans +mpich-3.1.3-r1.ebuild: diff --git a/sys-cluster/mpich/mpich-3.1.3-r1.ebuild b/sys-cluster/mpich/mpich-3.1.3-r1.ebuild index 3aea437..e0797c2 100644 --- a/sys-cluster/mpich/mpich-3.1.3-r1.ebuild +++ b/sys-cluster/mpich/mpich-3.1.3-r1.ebuild @@ -97,7 +97,7 @@ multilib_src_configure() { --with-hwloc-prefix=/usr \ $(use_enable romio) \ $(use_enable cxx) \ - $(use_enable fortran fortran all) + $(multilib_native_use_enable fortran fortran all) } multilib_src_test() { @@ -108,7 +108,7 @@ multilib_src_install() { default #fortran modules are arch-specific, follow OpenMPI and put them in lib - if use fortran; then + if multilib_is_native_abi && use fortran; then mv "${ED}"/usr/include/*.mod "${ED}"/usr/$(get_libdir) || die fi }