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 B93DF138330 for ; Thu, 8 Sep 2016 20:18:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1C83E09B2; Thu, 8 Sep 2016 20:18:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9453EE09B2 for ; Thu, 8 Sep 2016 20:18:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA4B63408B8 for ; Thu, 8 Sep 2016 20:18:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 017ED2473 for ; Thu, 8 Sep 2016 20:18:39 +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: <1473365911.f1e28e9f8009a5dc4465e771f1f5638784334109.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/openmpi/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild X-VCS-Directories: sys-cluster/openmpi/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: f1e28e9f8009a5dc4465e771f1f5638784334109 X-VCS-Branch: master Date: Thu, 8 Sep 2016 20:18:39 +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: c7d2f412-3161-40a2-99bf-4c4b1de4024e X-Archives-Hash: 70cf8ef6d4bd258024353caef84d9787 commit: f1e28e9f8009a5dc4465e771f1f5638784334109 Author: Christoph Junghans gentoo org> AuthorDate: Thu Sep 8 20:18:00 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Thu Sep 8 20:18:31 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f1e28e9f sys-cluster/openmpi: fix build for java (bug #592834) Package-Manager: portage-2.2.28 sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild b/sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild index adea314..676680a 100644 --- a/sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild +++ b/sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild @@ -76,6 +76,7 @@ DEPEND="${CDEPEND} MULTILIB_WRAPPED_HEADERS=( /usr/include/mpi.h + /usr/include/openmpi/ompi/mpi/java/mpiJava.h ) pkg_setup() {