From 25d32d1f761b9cc9b0b2894b37b3de4cb407bf09 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Fri, 17 Jun 2022 19:54:46 +0200 Subject: gnu: pari-gp: Enable pthreads. * gnu/packages/algebra.scm (pari-gp): Add --mt=pthread to configure flags. --- gnu/packages/algebra.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu') diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 16142eaf8a..3dd476ace9 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -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") -- cgit v1.2.3