R-mpfr: Multiple Precision Floating Point for R

This commit is contained in:
Jason Bacon 2018-09-21 14:22:54 -05:00
parent 35ffbc627e
commit 61a2543c4c
4 changed files with 37 additions and 0 deletions

View File

@ -47,6 +47,7 @@ SUBDIR+= R-gmp
SUBDIR+= R-graph
SUBDIR+= R-gsl
SUBDIR+= R-mclust
SUBDIR+= R-mpfr
SUBDIR+= R-rgdal
SUBDIR+= R-signal
SUBDIR+= R-tuneR

9
R-mpfr/DESCR Normal file
View File

@ -0,0 +1,9 @@
The MPFR library is a C library for multiple-precision floating-point
computations with exact rounding (also called correct rounding). It is
based on the GMP multiple-precision library and should replace the MPF
class in further releases of GMP.
The main goal of MPFR is to provide a library for multiple-precision
floating-point computation which is both efficient and has a well-defined
semantics. It copies the good ideas from the ANSI/IEEE-754 standard for
double-precision floating-point arithmetic (53-bit mantissa).

21
R-mpfr/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.3 2013/03/19 01:22:55 bubuchka Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= bacon@NetBSD.org
HOMEPAGE= http://cran.r-project.org/web/packages/gmp/
COMMENT= Multiple Precision Floating Point Arithmetic for R
LICENSE= gnu-gpl-v2
R_PKGNAME= Rmpfr
R_PKGVER= 0.7-1
USE_LANGUAGES= c c++
BUILDLINK_API_DEPENDS.mpfr+= mpfr>=4.0.1
.include "../../math/R/Makefile.extension"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../math/mpfr/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

6
R-mpfr/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (R/Rmpfr_0.7-1.tar.gz) = 70dd7a65159ac5c07deaaac691bbdea35267907e
RMD160 (R/Rmpfr_0.7-1.tar.gz) = 4849a05a48408931cf194eea822ef028e97de78a
SHA512 (R/Rmpfr_0.7-1.tar.gz) = aefd6e450144e6bf809ffd547f80ffedee2282394bb5f87014faeace4372ac897970847391ac850ee654f53437d9406f1c09fa1e4c908ad22296f869e6fc19d9
Size (R/Rmpfr_0.7-1.tar.gz) = 622242 bytes