diff options
author | tota <tota@FreeBSD.org> | 2016-04-29 14:56:37 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2016-04-29 14:56:37 +0800 |
commit | e56e8977f2b0d0a0c4bebd495653a0355ffbb647 (patch) | |
tree | 456de7575d23ba1c4038d33e1baad1fefa867f51 /math/Makefile | |
parent | 0011903800c88adaa0b95cdccae419b6327960a1 (diff) | |
download | freebsd-ports-gnome-e56e8977f2b0d0a0c4bebd495653a0355ffbb647.tar.gz freebsd-ports-gnome-e56e8977f2b0d0a0c4bebd495653a0355ffbb647.tar.zst freebsd-ports-gnome-e56e8977f2b0d0a0c4bebd495653a0355ffbb647.zip |
- Add new port: math/R-cran-gmp
Multiple Precision Arithmetic (big integers and rationals, prime
number tests, matrix computation), "arithmetic without limitations"
using the C library GMP (GNU Multiple Precision Arithmetic).
WWW: https://cran.r-project.org/web/packages/gmp/
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 21e53dc8172c..bc3bfeb26d17 100644 --- a/math/Makefile +++ b/math/Makefile @@ -34,6 +34,7 @@ SUBDIR += R-cran-forecast SUBDIR += R-cran-fracdiff SUBDIR += R-cran-geepack + SUBDIR += R-cran-gmp SUBDIR += R-cran-gpclib SUBDIR += R-cran-gss SUBDIR += R-cran-gtable |