From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: [PATCH v3 0/3] Fix ldc. Date: Tue, 30 Aug 2016 18:51:57 +0200 Message-ID: <20160830165200.28401-1-dannym@scratchpost.org> References: <20160803095110.3e5cf1bc@scratchpost.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bemGh-0000YU-Eh for guix-devel@gnu.org; Tue, 30 Aug 2016 12:52:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bemGd-0001Cv-H5 for guix-devel@gnu.org; Tue, 30 Aug 2016 12:52:11 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:36460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bemGd-0001Cf-Aa for guix-devel@gnu.org; Tue, 30 Aug 2016 12:52:07 -0400 In-Reply-To: <20160803095110.3e5cf1bc@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org This patch series fixes ldc up so it works again and updates it to the newest C++-bootstrappable version. Danny Milosavljevic (3): gnu: ldc: make isnan and isinf work. gnu: Add python-lit, python2-lit. gnu: update ldc to 0.17.1. gnu/packages/ldc.scm | 33 ++++++--- .../patches/ldc-0.17.1-disable-tests.patch | 84 ++++++++++++++++++++++ gnu/packages/python.scm | 26 +++++++ 3 files changed, 133 insertions(+), 10 deletions(-) create mode 100644 gnu/packages/patches/ldc-0.17.1-disable-tests.patch