guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Update lisp.scm CCL and SBCL to latest versions


From: Leo Famulari
Subject: Re: [PATCH] Update lisp.scm CCL and SBCL to latest versions
Date: Fri, 12 Feb 2016 19:03:55 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

On Thu, Feb 11, 2016 at 07:50:18PM -0600, Christopher W Carpenter wrote:
> From cc280d52f5d7724c86ce365e541330fd85c3dcd0 Mon Sep 17 00:00:00 2001
> From: "Christopher W. Carpenter (https://mordocai.net/gpg.html)"
>  <address@hidden>
> Date: Wed, 10 Feb 2016 18:45:56 -0600
> Subject: [PATCH 1/2] gnu: sbcl: Update to 1.3.2

Tnanks for working on this upgrade!

> 
> * gnu/packages/lisp.cm (sbcl): Update to 1.3.2

Okay!

> [arguments]: Delete test that breaks compilation.

How does it break? Do you think that deleting the test may mask some
other problem?

> * gnu/packages/lisp.scm (ccl): Update to 1.11.

This patch LGTM.

[...]

>          ,(origin
>             (method url-fetch)
>             (uri (string-append
> -                 "ftp://ftp.clozure.com/pub/release/1.10/ccl-"; version "-"
> +                 "ftp://ftp.clozure.com/pub/release/"; version
> +                 "/ccl-" version "-"
>                   (match (%current-system)
>                     ((or "i686-linux" "x86_64-linux") "linuxx86")
>                     ("armhf-linux" "linuxarm")

Thanks for applying the gneralization!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]