diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-09-23 21:16:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-09-23 21:16:00 +0800 |
commit | c225d051e779272883f286867af32040be1e00b7 (patch) | |
tree | 85fd70ea85bec340af8a6c891a9f9091563b881b /math/Makefile | |
parent | 374b7cff3f587f2425f7283d244649a474e9d512 (diff) | |
download | freebsd-ports-gnome-c225d051e779272883f286867af32040be1e00b7.tar.gz freebsd-ports-gnome-c225d051e779272883f286867af32040be1e00b7.tar.zst freebsd-ports-gnome-c225d051e779272883f286867af32040be1e00b7.zip |
GMP is a free library for arbitrary precision arithmetic, operating
on signed integers, rational numbers, and floating point numbers.
There is no limit to the precision except the ones implied by the
available memory in the machine GMP runs on. GMP has a rich set of
functions, and the functions have a regular interface.
This port compiles libgmp using MinGW32.
WWW: http://www.swox.com/gmp/
PR: 123391
Submitted by: Timothy Bourke <timbob at bigpond dot com>
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 145d3e5b30af..fcb227c21e45 100644 --- a/math/Makefile +++ b/math/Makefile @@ -155,6 +155,7 @@ SUBDIR += mbasecalc SUBDIR += metis SUBDIR += metis-edf + SUBDIR += mingw32-libgmp4 SUBDIR += miracl SUBDIR += moo SUBDIR += mpexpr |