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:
vicvbcun 2024-12-22 17:26:55 +00:00 committed by Danny Milosavljevic
parent 806d23693a
commit 2d0faf10ad
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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