mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +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)))
|
||||
(inputs (list gmp libx11 perl readline))
|
||||
(arguments
|
||||
'(#:make-flags '("all")
|
||||
(list
|
||||
#:test-target "dobench"
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
#~(modify-phases %standard-phases
|
||||
(replace 'configure
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(lambda _
|
||||
(invoke "./Configure"
|
||||
"--mt=pthread"
|
||||
(string-append "--prefix="
|
||||
(assoc-ref outputs "out"))))))))
|
||||
(string-append "--prefix=" #$output)))))))
|
||||
(synopsis "PARI/GP, a computer algebra system for number theory")
|
||||
(description
|
||||
"PARI/GP is a widely used computer algebra system designed for fast
|
||||
|
|
Loading…
Reference in a new issue