mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: pari-gp: Use G-Expressions.
* gnu/packages/algebra.scm (pari-gp)[arguments]: Use G-Expressions. Unset make-flags. Change-Id: Id2be46acd67b474d6fdb8935070ffb243e87f920 Co-authored by: Vinicius Monego <monego@posteo.net> Change-Id: I7be07998e9e2d1fe9194d4af6a57537467f5e097 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
806d23693a
commit
2d0faf10ad
1 changed files with 9 additions and 10 deletions
|
@ -245,16 +245,15 @@ (define-public pari-gp
|
||||||
(native-inputs (list (texlive-updmap.cfg)))
|
(native-inputs (list (texlive-updmap.cfg)))
|
||||||
(inputs (list gmp libx11 perl readline))
|
(inputs (list gmp libx11 perl readline))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags '("all")
|
(list
|
||||||
#:test-target "dobench"
|
#:test-target "dobench"
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda _
|
||||||
(invoke "./Configure"
|
(invoke "./Configure"
|
||||||
"--mt=pthread"
|
"--mt=pthread"
|
||||||
(string-append "--prefix="
|
(string-append "--prefix=" #$output)))))))
|
||||||
(assoc-ref outputs "out"))))))))
|
|
||||||
(synopsis "PARI/GP, a computer algebra system for number theory")
|
(synopsis "PARI/GP, a computer algebra system for number theory")
|
||||||
(description
|
(description
|
||||||
"PARI/GP is a widely used computer algebra system designed for fast
|
"PARI/GP is a widely used computer algebra system designed for fast
|
||||||
|
|
Loading…
Reference in a new issue