From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8LaV-00026d-PR for guix-patches@gnu.org; Wed, 10 May 2017 02:59:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8LaQ-0007Lc-Vq for guix-patches@gnu.org; Wed, 10 May 2017 02:59:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60523) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8LaQ-0007LY-SE for guix-patches@gnu.org; Wed, 10 May 2017 02:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d8LaQ-0005ci-Fn for guix-patches@gnu.org; Wed, 10 May 2017 02:59:02 -0400 Subject: bug#25879: [PATCH] gnu: Add LLVM and CLANG 3.9.1. Resent-Message-ID: References: <87shn12p2i.fsf@gnu.org> <87k28180ob.fsf@gnu.org> <87d1dskjdh.fsf@gnu.org> <8737eosvgb.fsf@gnu.org> <20170307212411.GA29363@mail.thebird.nl> <87bmr1i6l3.fsf@elephly.net> From: Roel Janssen In-reply-to: <87bmr1i6l3.fsf@elephly.net> Date: Wed, 10 May 2017 08:57:57 +0200 Message-ID: <87inl9gpvu.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: 25879@debbugs.gnu.org Ricardo Wurmus writes: > Pjotr Prins writes: > >> On Tue, Mar 07, 2017 at 09:06:28PM +0100, Ludovic Courtès wrote: >>> > Well, actually, this is just the latest release, so maybe I should >>> > update the 3.8.1 recipe to3.9.1 instead. WDYT? >>> >>> If the other users of LLVM and Clang (as per ‘guix refresh -l llvm’) can >>> cope with it, upgrading sounds better indeed. Could you check if that >>> is the case? >> >> With LLVM it is probably a good idea to keep the major versions as >> packages tend to lag after latest. Many compiler writers are a bit >> behind and sometimes people want to use older compilers (like with >> Julia). > > I agree. > > @Roel: I see that this patch hasn’t been pushed yet. Is there anything > missing or was it just forgotten? I think the idea was to upgrade, instead of have this newer version next to the current version. The upgrade involves a lot of rebuilding, and I am stuck at compiling 'dub' with 3.9.1. If we can instead apply this patch as (having both 3.8.1 and 3.9.1), we can push it, and after that add the darktable patch as well. Kind regards, Roel Janssen