GNU bug report logs -
#76150
[PATCH 00/16] More patches towards SageMath.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Sun, 9 Feb 2025 01:51:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 76150 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/algebra.scm (singular)[arguments]: Use
G-Expressions. Move below build-system.
Change-Id: I4253b8a9a9cd3b7d2b7492853323d1e8c4fbec4e
---
gnu/packages/algebra.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index acbc76b4ca..b69b14fa28 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -617,6 +617,10 @@ (define-public singular
(base32
"0625541pxxhs7789i3ddf5fm1pqvf1kyljyaii41djg9j12cdhbc"))))
(build-system gnu-build-system)
+ (arguments
+ (list
+ #:configure-flags #~(list (string-append "--with-ntl="
+ #$(this-package-input "ntl")))))
(native-inputs
(list doxygen graphviz perl))
(inputs
@@ -627,10 +631,6 @@ (define-public singular
ntl
python-2
readline))
- (arguments
- `(#:configure-flags
- (list (string-append "--with-ntl="
- (assoc-ref %build-inputs "ntl")))))
(synopsis "Computer algebra system for polynomial computations")
(description
"Singular is a computer algebra system for polynomial computations,
--
2.48.1
This bug report was last modified 101 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.