me
/
guix
Archived
1
0
Fork 0

gnu: pari-gp: Enable pthreads.

* gnu/packages/algebra.scm (pari-gp): Add --mt=pthread to configure flags.
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
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ the real span of the lattice.")
(replace 'configure (replace 'configure
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(invoke "./Configure" (invoke "./Configure"
"--mt=pthread"
(string-append "--prefix=" (string-append "--prefix="
(assoc-ref outputs "out")))))))) (assoc-ref outputs "out"))))))))
(synopsis "PARI/GP, a computer algebra system for number theory") (synopsis "PARI/GP, a computer algebra system for number theory")