1
0
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:
Andreas Enge
2022-06-17 19:54:46 +02:00
parent 956f0b4465
commit 25d32d1f76
+1
View File
@@ -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")