guix-patches
[Top][All Lists]
Advanced

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

[bug#30575] [PATCH] gnu: racket: Update to 6.12.


From: Leo Famulari
Subject: [bug#30575] [PATCH] gnu: racket: Update to 6.12.
Date: Thu, 22 Feb 2018 14:25:52 -0500
User-agent: Mutt/1.9.3 (2018-01-21)

On Thu, Feb 22, 2018 at 05:56:21PM +0100, Danny Milosavljevic wrote:
> * gnu/packages/scheme.scm (racket): Update to 6.12.
> [arguments]<#:phases>[patch-/bin/sh]: Add substitution.

> @@ -484,6 +484,9 @@ implementation techniques and as an expository tool.")
>             (lambda _
>               (substitute* "collects/racket/system.rkt"
>                 (("/bin/sh") (which "sh")))
> +             (substitute* "src/racket/src/schpriv.h"
> +               ;; Our gcc version is too old so signbit is not a builtin.
> +               (("MZ_IS_NEG_ZERO") "MZ_IS_NEG_ZEROdisable"))
>               #t)))

Would it make sense to just user a newer version of GCC for Racket?

Attachment: signature.asc
Description: PGP signature


reply via email to

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