diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-18 21:15:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-18 21:15:24 +0800 |
commit | 8ff2ffa66feb245f0f29bd36bc6713eca0ac2a72 (patch) | |
tree | 2caaca7eb49178d4bcf712d031eed927a80778ae /math/Makefile | |
parent | c91ece85e5409feea0c38ddac205d07925f45e99 (diff) | |
download | freebsd-ports-gnome-8ff2ffa66feb245f0f29bd36bc6713eca0ac2a72.tar.gz freebsd-ports-gnome-8ff2ffa66feb245f0f29bd36bc6713eca0ac2a72.tar.zst freebsd-ports-gnome-8ff2ffa66feb245f0f29bd36bc6713eca0ac2a72.zip |
Readded in math/
A C-coded Python extension module that wraps the GMP library to provide
to Python code fast multiprecision arithmetic (integer, rational, and
float), random number generation, advanced number-theoretical functions,
and more.
WWW: http://code.google.com/p/gmpy/
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 7baf96116c2d..7d1c090a69e6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -310,6 +310,7 @@ SUBDIR += py-bitvector SUBDIR += py-fpconst SUBDIR += py-gato + SUBDIR += py-gmpy SUBDIR += py-gnuplot SUBDIR += py-gsl SUBDIR += py-igraph |