mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: singular: Use G-Expressions.
* gnu/packages/algebra.scm (singular)[arguments]: Use G-Expressions. Move below build-system. Change-Id: I4253b8a9a9cd3b7d2b7492853323d1e8c4fbec4e Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
7010eda365
commit
58dce798cb
1 changed files with 4 additions and 4 deletions
|
@ -617,6 +617,10 @@ matrices, and polynomials over the integers and over finite fields.")
|
||||||
(base32
|
(base32
|
||||||
"0625541pxxhs7789i3ddf5fm1pqvf1kyljyaii41djg9j12cdhbc"))))
|
"0625541pxxhs7789i3ddf5fm1pqvf1kyljyaii41djg9j12cdhbc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:configure-flags #~(list (string-append "--with-ntl="
|
||||||
|
#$(this-package-input "ntl")))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list doxygen graphviz perl))
|
(list doxygen graphviz perl))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -627,10 +631,6 @@ matrices, and polynomials over the integers and over finite fields.")
|
||||||
ntl
|
ntl
|
||||||
python-2
|
python-2
|
||||||
readline))
|
readline))
|
||||||
(arguments
|
|
||||||
`(#:configure-flags
|
|
||||||
(list (string-append "--with-ntl="
|
|
||||||
(assoc-ref %build-inputs "ntl")))))
|
|
||||||
(synopsis "Computer algebra system for polynomial computations")
|
(synopsis "Computer algebra system for polynomial computations")
|
||||||
(description
|
(description
|
||||||
"Singular is a computer algebra system for polynomial computations,
|
"Singular is a computer algebra system for polynomial computations,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue