From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:34506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6BIt-0002PR-Rx for guix-patches@gnu.org; Tue, 19 Mar 2019 05:45:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h6BIt-00044q-5B for guix-patches@gnu.org; Tue, 19 Mar 2019 05:45:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36003) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h6BIs-00044Z-PH for guix-patches@gnu.org; Tue, 19 Mar 2019 05:45:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h6BIs-0003QC-Kf for guix-patches@gnu.org; Tue, 19 Mar 2019 05:45:02 -0400 Subject: [bug#34780] [PATCH] gnu: openmpi: Add Java support. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <877edbufh8.fsf@mdc-berlin.de> <20190307111422.12381-1-rekado@elephly.net> <87ftrkr0py.fsf@gnu.org> <87pnqoxonz.fsf@elephly.net> <87mulsxfem.fsf@elephly.net> Date: Tue, 19 Mar 2019 10:43:59 +0100 In-Reply-To: <87mulsxfem.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 18 Mar 2019 18:26:25 +0100") Message-ID: <875zsfci74.fsf@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ricardo Wurmus Cc: 34780-done@debbugs.gnu.org, ericbavier@centurylink.net Ricardo Wurmus skribis: > Ricardo Wurmus writes: > >>> Would it be an option to create a separate =E2=80=9Copenmpi-java=E2=80= =9D or would that >>> create problems down the road? >> >> I=E2=80=99ll give that a try. I=E2=80=99m not sure if it=E2=80=99s poss= ible to build the Java >> parts in isolation, but that would be nice. > > This is done in commit fa5a25386620cec4b2543aae24fc9a0776aa3dca (it=E2=80= =99s > called =E2=80=9Cjava-openmpi=E2=80=9D). Great, thank you! Ludo=E2=80=99.