[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74216: [PATCH science-team] gnu: flint: Update gcc version.
From: |
Greg Hogan |
Subject: |
bug#74216: [PATCH science-team] gnu: flint: Update gcc version. |
Date: |
Tue, 5 Nov 2024 20:47:28 +0000 |
* 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