diff options
author | Joachim Kruth <jkruth@telecolumbus.net> | 2019-01-03 10:55:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-05 07:49:21 +0700 |
commit | 982ab2d9fc2e0a8a001bdb9503b68d8850e7fc02 (patch) | |
tree | 2ba9278c2b2aa81a79c38971f3a558a3faa9510a /academic/pari/README | |
parent | 7884d993022a5b6fe7419bc0ebc9b9ad237b4783 (diff) |
academic/pari: Updated for version 2.11.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/pari/README')
-rw-r--r-- | academic/pari/README | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/academic/pari/README b/academic/pari/README index a977d7ac6eb71..6e10ca3d19d61 100644 --- a/academic/pari/README +++ b/academic/pari/README @@ -5,7 +5,3 @@ useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions. PARI is also available as a C library to allow for faster computations. - -The build produces a singlethreaded gp binary. If a multithreaded version is -wanted "--mt=pthread" has to be added as a Configure argument. This however -created instability in the ploth-function and has therefore been ignored. |