all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 30575@debbugs.gnu.org
Subject: [bug#30575] [PATCH] gnu: racket: Update to 6.12.
Date: Thu, 22 Feb 2018 14:25:52 -0500	[thread overview]
Message-ID: <20180222192552.GB23632@jasmine.lan> (raw)
In-Reply-To: <20180222165621.2297-1-dannym@scratchpost.org>

[-- Attachment #1: Type: text/plain, Size: 675 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      reply	other threads:[~2018-02-22 19:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-22 16:56 [bug#30575] [PATCH] gnu: racket: Update to 6.12 Danny Milosavljevic
2018-02-22 19:25 ` Leo Famulari [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180222192552.GB23632@jasmine.lan \
    --to=leo@famulari.name \
    --cc=30575@debbugs.gnu.org \
    --cc=dannym@scratchpost.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.