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 816C1138A1A for ; Fri, 20 Feb 2015 23:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 221F7E08CE; Fri, 20 Feb 2015 23:40:46 +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 67C01E08D0 for ; Fri, 20 Feb 2015 23:40:31 +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 3D58C3408A2 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 0711E12228 for ; Fri, 20 Feb 2015 02:01:18 +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: <1424397621.c4ec00e5eedd5a123c8e309d1aa60a08495fffcc.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/mpich2/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/mpich2/ChangeLog sys-cluster/mpich2/mpich2-1.5-r1.ebuild X-VCS-Directories: sys-cluster/mpich2/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: c4ec00e5eedd5a123c8e309d1aa60a08495fffcc X-VCS-Branch: master Date: Fri, 20 Feb 2015 02:01:18 +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: b311b620-8f48-4ca8-9214-b199d2602a07 X-Archives-Hash: b6559160a67993d1e4b99499ce6d6e68 commit: c4ec00e5eedd5a123c8e309d1aa60a08495fffcc Author: Christoph Junghans gentoo org> AuthorDate: Fri Feb 20 02:00:21 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Feb 20 02:00:21 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c4ec00e5 disable natvie fortran Package-Manager: portage-2.2.14 --- sys-cluster/mpich2/ChangeLog | 3 +++ sys-cluster/mpich2/mpich2-1.5-r1.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-cluster/mpich2/ChangeLog b/sys-cluster/mpich2/ChangeLog index 0d8cea5..6bb49be 100644 --- a/sys-cluster/mpich2/ChangeLog +++ b/sys-cluster/mpich2/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 20 Feb 2015; Christoph Junghans mpich2-1.5-r1.ebuild: + disable natvie fortran + *mpich2-1.5-r1 (17 Feb 2015) 17 Feb 2015; Christoph Junghans +mpich2-1.5-r1.ebuild: diff --git a/sys-cluster/mpich2/mpich2-1.5-r1.ebuild b/sys-cluster/mpich2/mpich2-1.5-r1.ebuild index a1ae784..8d04b64 100644 --- a/sys-cluster/mpich2/mpich2-1.5-r1.ebuild +++ b/sys-cluster/mpich2/mpich2-1.5-r1.ebuild @@ -95,7 +95,7 @@ multilib_src_configure() { --enable-versioning \ $(use_enable romio) \ $(use_enable cxx) \ - $(use_enable fortran fortran all) + $(multilib_native_use_enable fortran fortran all) } multilib_src_test() { @@ -106,7 +106,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 }