From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0BC61382C5 for ; Tue, 22 May 2018 02:17:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8CABE08F9; Tue, 22 May 2018 02:17:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86D0DE08F9 for ; Tue, 22 May 2018 02:17:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EA1C335C60 for ; Tue, 22 May 2018 02:17:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB7912A2 for ; Tue, 22 May 2018 02:17:05 +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: <1526955414.eda10b77edb2cd26d51a94ee0c779ba07388e33a.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/openmpi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/openmpi/openmpi-2.0.2.ebuild sys-cluster/openmpi/openmpi-2.0.4.ebuild X-VCS-Directories: sys-cluster/openmpi/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: eda10b77edb2cd26d51a94ee0c779ba07388e33a X-VCS-Branch: master Date: Tue, 22 May 2018 02:17:05 +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: 5455e803-dc98-4a1e-bb2c-69accfda33ef X-Archives-Hash: a78335be80b0aa17a64694e6cc8ad468 commit: eda10b77edb2cd26d51a94ee0c779ba07388e33a Author: Christoph Junghans gentoo org> AuthorDate: Tue May 22 02:16:38 2018 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue May 22 02:16:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda10b77 sys-cluster/openmpi: fix parallel build when f08 is enabled Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-cluster/openmpi/openmpi-2.0.2.ebuild | 3 +++ sys-cluster/openmpi/openmpi-2.0.4.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sys-cluster/openmpi/openmpi-2.0.2.ebuild b/sys-cluster/openmpi/openmpi-2.0.2.ebuild index b29834dd620..bdac184888c 100644 --- a/sys-cluster/openmpi/openmpi-2.0.2.ebuild +++ b/sys-cluster/openmpi/openmpi-2.0.2.ebuild @@ -134,6 +134,9 @@ multilib_src_configure() { $(multilib_native_use_enable openmpi_ofed_features_failover btl-openib-failover) \ $(multilib_native_use_with openmpi_rm_pbs tm) \ $(multilib_native_use_with openmpi_rm_slurm slurm) + + # fix parallel build when f08 is enabled + mkdir -p ompi/mpi/fortran/use-mpi-f08/profile || die } multilib_src_test() { diff --git a/sys-cluster/openmpi/openmpi-2.0.4.ebuild b/sys-cluster/openmpi/openmpi-2.0.4.ebuild index b5edfc0981c..68208b7b655 100644 --- a/sys-cluster/openmpi/openmpi-2.0.4.ebuild +++ b/sys-cluster/openmpi/openmpi-2.0.4.ebuild @@ -134,6 +134,9 @@ multilib_src_configure() { $(multilib_native_use_enable openmpi_ofed_features_failover btl-openib-failover) \ $(multilib_native_use_with openmpi_rm_pbs tm) \ $(multilib_native_use_with openmpi_rm_slurm slurm) + + # fix parallel build when f08 is enabled + mkdir -p ompi/mpi/fortran/use-mpi-f08/profile || die } multilib_src_test() {