From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53253) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hq3Tx-0006vh-8d for guix-patches@gnu.org; Tue, 23 Jul 2019 18:42:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hq3Tw-0000F7-Ci for guix-patches@gnu.org; Tue, 23 Jul 2019 18:42:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55205) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hq3Tw-0000F2-AD for guix-patches@gnu.org; Tue, 23 Jul 2019 18:42:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hq3Tu-000556-LH for guix-patches@gnu.org; Tue, 23 Jul 2019 18:42:04 -0400 Subject: bug#35388: [PATCH] gnu: julia: Update to 1.1.0 Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <0190423085235.21419-1-anothersms@gmail.com> <20190425075114.10284-1-anothersms@gmail.com> <87ftpsm0rk.fsf@gnu.org> <87a7f8ug5s.fsf@gnu.org> Date: Wed, 24 Jul 2019 00:40:52 +0200 In-Reply-To: ("=?UTF-8?Q?Nicol=C3=B2?= Balzarotti"'s message of "Sun, 21 Jul 2019 10:43:01 +0000") Message-ID: <875znsz85n.fsf@gnu.org> 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: =?UTF-8?Q?Nicol=C3=B2?= Balzarotti Cc: 35388-done@debbugs.gnu.org Hi Nicol=C3=B2! Nicol=C3=B2 Balzarotti skribis: > After the longest week ever, I'm back. I had to power off my build server > because is a bit noisy, and building llvm on a laptop is slow. Heheh. :-) > From 76e37b96a5670a0653187e7512eef8776902276c Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Nicol=3DC3=3DB2=3D20Balzarotti?=3D > Date: Sun, 21 Jul 2019 11:18:45 +0200 > Subject: [PATCH] gnu: julia: Update to 1.1.1 > To: guix35388@debbugs.gnu.org > Cc: Nicol=C3=B2 Balzarotti > > --- > gnu/packages/julia.scm | 335 ++++++++++++++++++++++++++--------------- > 1 file changed, 211 insertions(+), 124 deletions(-) Pushed as 7304d5623ab5cc35289cb1535cbd0d8a37691fac! \o/ I changed a few things to your patch to minimize changes (whitespace changes, etc.), to avoid tabs, and to build only two LLVM backends. I also added a commit log that follows our conventions. Please take a look and let me know if anything is amiss! Anyway, it took a loooong time but it successfully built for me on x86_64-linux. Thank you! Ludo=E2=80=99.