From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:56919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5tdP-00054W-Be for guix-patches@gnu.org; Mon, 18 Mar 2019 10:53:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5tdO-0002w8-IM for guix-patches@gnu.org; Mon, 18 Mar 2019 10:53:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35462) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h5tdO-0002vM-0f for guix-patches@gnu.org; Mon, 18 Mar 2019 10:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h5tdN-0002wR-MY for guix-patches@gnu.org; Mon, 18 Mar 2019 10:53:01 -0400 Subject: [bug#34780] [PATCH] gnu: openmpi: Add Java support. Resent-Message-ID: References: <877edbufh8.fsf@mdc-berlin.de> <20190307111422.12381-1-rekado@elephly.net> <87ftrkr0py.fsf@gnu.org> From: Ricardo Wurmus In-reply-to: <87ftrkr0py.fsf@gnu.org> Date: Mon, 18 Mar 2019 15:06:24 +0100 Message-ID: <87pnqoxonz.fsf@elephly.net> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: ericbavier@centurylink.net, 34780@debbugs.gnu.org Ludovic Court=C3=A8s writes: > Hi Ricardo, > > Ricardo Wurmus skribis: > >> * gnu/packages/mpi.scm (openmpi)[native-inputs]: Add openjdk11. >> [outputs]: Add "java". >> [arguments]: Add "--enable-mpi-java" to configure flags; add build phases >> "set-JAVA_HOME" and "move-java". > > Nice. > > I=E2=80=99m uncomfortable adding OpenJDK as an input to OpenMPI though, b= ecause > that puts more stress on the build times and potentially on platform > support as well. I understad. > 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 possibl= e to build the Java parts in isolation, but that would be nice. --=20 Ricardo