From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: [PATCH 0/3] Fix ldc. Date: Wed, 3 Aug 2016 11:20:12 +0200 Message-ID: <20160803092015.8541-1-dannym@scratchpost.org> References: <20160803095110.3e5cf1bc@scratchpost.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------2.9.1" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUsLh-0004Bg-80 for guix-devel@gnu.org; Wed, 03 Aug 2016 05:20:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUsLb-0001jE-1q for guix-devel@gnu.org; Wed, 03 Aug 2016 05:20:24 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:35167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUsLa-0001jA-Qw for guix-devel@gnu.org; Wed, 03 Aug 2016 05:20:18 -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 is a multi-part message in MIME format. --------------2.9.1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: quoted-printable This patch series fixes ldc up so it works again and updates it to the ne= west C++-bootstrappable version. Danny Milosavljevic (3): gnu: ldc: make isnan and isinf work. gnu: Add python-lit, python2-lit. gnu: ldc: Update to 0.17.1. gnu/local.mk | 1 + gnu/packages/ldc.scm | 33 ++++++--- .../patches/ldc-0.17.1-disable-tests.patch | 84 ++++++++++++++++= ++++++ gnu/packages/python.scm | 28 ++++++++ 4 files changed, 136 insertions(+), 10 deletions(-) create mode 100644 gnu/packages/patches/ldc-0.17.1-disable-tests.patch --------------2.9.1--