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
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -242,6 +242,7 @@ (define-public pari-gp
(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")