From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: [PATCH v2 0/3] Fix ldc. Date: Tue, 30 Aug 2016 08:07:16 +0200 Message-ID: <20160830060719.11076-1-dannym@scratchpost.org> References: <20160803095110.3e5cf1bc@scratchpost.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1becCq-0005jW-7w for guix-devel@gnu.org; Tue, 30 Aug 2016 02:07:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1becCk-0002gh-8a for guix-devel@gnu.org; Tue, 30 Aug 2016 02:07:31 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:50004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1becCk-0002gT-26 for guix-devel@gnu.org; Tue, 30 Aug 2016 02:07:26 -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