all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 74216@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>, Andreas Enge <andreas@enge.fr>,
	Eric Bavier <bavier@posteo.net>,
	Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: bug#74216: [PATCH science-team] gnu: flint: Update gcc version.
Date: Tue,  5 Nov 2024 20:47:28 +0000	[thread overview]
Message-ID: <8c553303b938131c57f4eb508de02ff9788b52d9.1730839494.git.code@greghogan.com> (raw)
In-Reply-To: <CA+3U0ZkVMvTXAsJ+JTGizNxCVCNEVNZkaTPgNoThMyXjs+DEWA@mail.gmail.com>

* gnu/packages/algebra.scm (flint)[inputs]: Add gcc-14.

Change-Id: Ie9d20d5d0740770591016922d2d2a3aa54c57069
---
 gnu/packages/algebra.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 2187cd062d..b782605771 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -458,7 +458,7 @@ (define-public flint
        (base32 "0017bjncpx4kdx67qcnm3nahz3gyyi2w3ggkrx586r3llcqs9czx"))))
    (build-system gnu-build-system)
    (inputs
-    (list ntl))
+    (list gcc-14 ntl))
    (propagated-inputs
     (list gmp mpfr)) ; header files included by flint.h or mpfr_mat.h
    (arguments

base-commit: 6e50b0c56a8cc767bd3acb26638f78c450bde718
-- 
2.46.0





  reply	other threads:[~2024-11-05 20:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-05 20:43 bug#74216: [science team] flint build failure Greg Hogan
2024-11-05 20:47 ` Greg Hogan [this message]
2024-11-12 14:01 ` Andreas Enge
2024-11-12 19:19   ` Greg Hogan

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=8c553303b938131c57f4eb508de02ff9788b52d9.1730839494.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=74216@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=bavier@posteo.net \
    --cc=sharlatanus@gmail.com \
    /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.