From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: [PATCH v4 0/3] Fix ldc Date: Tue, 13 Sep 2016 12:30:39 +0200 Message-ID: <20160913103042.7302-1-dannym@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]:39990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjkzO-0002eS-Us for guix-devel@gnu.org; Tue, 13 Sep 2016 06:30:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjkzK-0004fN-RL for guix-devel@gnu.org; Tue, 13 Sep 2016 06:30:54 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:34345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjkzK-0004f5-Ki for guix-devel@gnu.org; Tue, 13 Sep 2016 06:30:50 -0400 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 Fixes ldc and updates it to the latest C++-bootstrappable version. Danny Milosavljevic (3): gnu: Add python-lit, python2-lit. gnu: Make ldc work again (patch isnan, isinf). gnu: Update ldc to 0.17.1. gnu/packages/ldc.scm | 31 +++-- .../patches/ldc-0.17.1-disable-tests.patch | 147 +++++++++++++++= ++++++ gnu/packages/python.scm | 26 ++++ 3 files changed, 195 insertions(+), 9 deletions(-) create mode 100644 gnu/packages/patches/ldc-0.17.1-disable-tests.patch --------------2.9.1--