mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: pari-gp: Enable pthreads.
* gnu/packages/algebra.scm (pari-gp): Add --mt=pthread to configure flags.
This commit is contained in:
parent
956f0b4465
commit
25d32d1f76
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ (define-public pari-gp
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue