mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-03 15:55:57 +02:00
gnu: pari-gp: Enable pthreads.
* gnu/packages/algebra.scm (pari-gp): Add --mt=pthread to configure flags.
This commit is contained in:
@@ -242,6 +242,7 @@ the real span of the lattice.")
|
||||
(replace 'configure
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(invoke "./Configure"
|
||||
"--mt=pthread"
|
||||
(string-append "--prefix="
|
||||
(assoc-ref outputs "out"))))))))
|
||||
(synopsis "PARI/GP, a computer algebra system for number theory")
|
||||
|
||||
Reference in New Issue
Block a user