From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58057) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iz2YN-0005MG-50 for guix-patches@gnu.org; Tue, 04 Feb 2020 13:04:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iz2YM-0000iw-2l for guix-patches@gnu.org; Tue, 04 Feb 2020 13:04:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38776) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iz2YL-0000i9-Vj for guix-patches@gnu.org; Tue, 04 Feb 2020 13:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iz2YL-0006Cc-QU for guix-patches@gnu.org; Tue, 04 Feb 2020 13:04:01 -0500 Subject: [bug#38546] [00/11] Update Julia, Fix precompilation, add HTTP.jl Resent-Message-ID: MIME-Version: 1.0 References: <87v9qpvbyr.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> <87wo9ouaq5.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> <87d0bcly8f.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> <877e1jdd62.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> In-Reply-To: From: zimoun Date: Tue, 4 Feb 2020 19:03:27 +0100 Message-ID: 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 38546@debbugs.gnu.org Hi Nicol=C3=B3, On Fri, 24 Jan 2020 at 18:26, zimoun wrote: > I have not yet tried your patches. Sorry bit busy at work. > And I will not have any slot next week, so I will be back on the topic > after the Guix Days. Except if someone beats me. :-) > (see you there :-) I have tried them. Ouch! The tests eat so much... Do you have a special motivation to rename 'llvm-patch' to 'julia-patch'? (I agree, it is better :-)) Well, only 2 inputs are missing. Do you think it is affordable to pack them and so remove the commentary? --8<---------------cut here---------------start------------->8--- ;; FIXME: The following inputs are downloaded from upstream to allow us ;; to use the lightweight Julia release tarball. Ideally, these inputs ;; would eventually be replaced with proper Guix packages. ;; Find dependencies versions here: ;; https://raw.githubusercontent.com/JuliaLang/julia/v1.3.0/deps/Versions.m= ake --8<---------------cut here---------------end--------------->8--- Otherwise, there is some issues about indentation -- I think you use Emacs, so check that '.dir-locals.el' is correctly setup -- double space for sentences in description, 'patch/julia-SOURCE_DATE_EPOCH-mtime.patch' should be added with the same commit that "Update", etc. I have half-corrected so I can send you these 2 v2-patches if you want to. = :-) And I have not tried yet to build with '--check'. All the best, simon