[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: pari-gp: Enable pthreads.
From: |
guix-commits |
Subject: |
branch master updated: gnu: pari-gp: Enable pthreads. |
Date: |
Fri, 17 Jun 2022 13:56:52 -0400 |
This is an automated email from the git hooks/post-receive script.
andreas pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 25d32d1f76 gnu: pari-gp: Enable pthreads.
25d32d1f76 is described below
commit 25d32d1f761b9cc9b0b2894b37b3de4cb407bf09
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Fri Jun 17 19:54:46 2022 +0200
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(+)
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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: pari-gp: Enable pthreads.,
guix-commits <=