pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

R-mpfr: Multiple Precision Floating Point for R



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Sep 21 14:22:54 2018 -0500
Changeset:	61a2543c4c8a4799e6357528cb30d538b4834066

Modified Files:
	Makefile
Added Files:
	R-mpfr/DESCR
	R-mpfr/Makefile
	R-mpfr/distinfo

Log Message:
R-mpfr: Multiple Precision Floating Point for R

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=61a2543c4c8a4799e6357528cb30d538b4834066

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile        |  1 +
 R-mpfr/DESCR    |  9 +++++++++
 R-mpfr/Makefile | 21 +++++++++++++++++++++
 R-mpfr/distinfo |  6 ++++++
 4 files changed, 37 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9aa88b58c8..89c11c47de 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/R-mpfr/DESCR b/R-mpfr/DESCR
new file mode 100644
index 0000000000..a9ff5719db
--- /dev/null
+++ b/R-mpfr/DESCR
@@ -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).
diff --git a/R-mpfr/Makefile b/R-mpfr/Makefile
new file mode 100644
index 0000000000..7f4c4fe011
--- /dev/null
+++ b/R-mpfr/Makefile
@@ -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@localhost
+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"
diff --git a/R-mpfr/distinfo b/R-mpfr/distinfo
new file mode 100644
index 0000000000..c8b6522bed
--- /dev/null
+++ b/R-mpfr/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index