summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2022-06-17 19:54:46 +0200
committerAndreas Enge <andreas@enge.fr>2022-06-17 19:54:46 +0200
commit25d32d1f761b9cc9b0b2894b37b3de4cb407bf09 (patch)
tree8b527e353850b8dd9dfbc8d6d23db634febf850f /gnu
parent956f0b4465a715decb403df58760ae938526db66 (diff)
gnu: pari-gp: Enable pthreads.
* gnu/packages/algebra.scm (pari-gp): Add --mt=pthread to configure flags.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/algebra.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 16142eaf8a8..3dd476ace9c 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -242,6 +242,7 @@ the real span of the lattice.")
242 (replace 'configure 242 (replace 'configure
243 (lambda* (#:key outputs #:allow-other-keys) 243 (lambda* (#:key outputs #:allow-other-keys)
244 (invoke "./Configure" 244 (invoke "./Configure"
245 "--mt=pthread"
245 (string-append "--prefix=" 246 (string-append "--prefix="
246 (assoc-ref outputs "out")))))))) 247 (assoc-ref outputs "out"))))))))
247 (synopsis "PARI/GP, a computer algebra system for number theory") 248 (synopsis "PARI/GP, a computer algebra system for number theory")