1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

- 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/
This commit is contained in:
TAKATSU Tomonari 2016-04-29 06:56:37 +00:00
parent 5ea4494a21
commit d69db65a06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414258
4 changed files with 26 additions and 0 deletions

View File

@ -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

18
math/R-cran-gmp/Makefile Normal file
View File

@ -0,0 +1,18 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= gmp
DISTVERSION= 0.5-12
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Multiple Precision Arithmetic
LICENSE= GPLv2+
LIB_DEPENDS= libgmp.so:math/gmp
USES= cran:auto-plist
.include <bsd.port.mk>

2
math/R-cran-gmp/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (gmp_0.5-12.tar.gz) = aa4e6b0d0d64edfff166b7417e7c2782a1337905d667258d44ca881229dbd781
SIZE (gmp_0.5-12.tar.gz) = 130077

View File

@ -0,0 +1,5 @@
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/