From ce6138213f3c7e2cbef51f40deabe72745cc45e3 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Tue, 14 Jun 2016 08:21:12 +0000 Subject: C-coded Python extension module that supports multiple-precision arithmetic. In addition to supporting GMP or MPIR for multiple-precision integer and rational arithmetic, gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. WWW: https://pypi.python.org/pypi/gmpy2 WWW: https://github.com/aleaxit/gmpy/releases PR: 210127 Submitted by: yuri@rawbw.com --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index 70083241a92e..8c2ab2684d59 100644 --- a/math/Makefile +++ b/math/Makefile @@ -597,6 +597,7 @@ SUBDIR += py-fpconst SUBDIR += py-gato SUBDIR += py-gmpy + SUBDIR += py-gmpy2 SUBDIR += py-gnuplot SUBDIR += py-graphillion SUBDIR += py-gsl -- cgit v1.2.3