svn commit: r393972 - in head/math: . R-cran-irlba

TAKATSU Tomonari tota at FreeBSD.org
Tue Aug 11 20:41:31 UTC 2015


Author: tota
Date: Tue Aug 11 20:41:29 2015
New Revision: 393972
URL: https://svnweb.freebsd.org/changeset/ports/393972

Log:
  - Add new port: math/R-cran-irlba
  
    A fast and memory-efficient method for computing a few approximate
    singular values and singular vectors of large matrices.
  
    WWW: https://cran.r-project.org/web/packages/irlba/

Added:
  head/math/R-cran-irlba/
  head/math/R-cran-irlba/Makefile   (contents, props changed)
  head/math/R-cran-irlba/distinfo   (contents, props changed)
  head/math/R-cran-irlba/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Tue Aug 11 20:19:40 2015	(r393971)
+++ head/math/Makefile	Tue Aug 11 20:41:29 2015	(r393972)
@@ -29,6 +29,7 @@
     SUBDIR += R-cran-gtable
     SUBDIR += R-cran-igraph
     SUBDIR += R-cran-inline
+    SUBDIR += R-cran-irlba
     SUBDIR += R-cran-labeling
     SUBDIR += R-cran-memisc
     SUBDIR += R-cran-minqa

Added: head/math/R-cran-irlba/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-irlba/Makefile	Tue Aug 11 20:41:29 2015	(r393972)
@@ -0,0 +1,17 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	irlba
+PORTVERSION=	1.0.3
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Fast partial SVD by implicitly-restarted Lanczos bidiagonalization
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-irlba/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-irlba/distinfo	Tue Aug 11 20:41:29 2015	(r393972)
@@ -0,0 +1,2 @@
+SHA256 (irlba_1.0.3.tar.gz) = deaf82b5670f91bc65a0ff31a2f03c540e210539251c5e0e10b2a707d3ac5ec0
+SIZE (irlba_1.0.3.tar.gz) = 180965

Added: head/math/R-cran-irlba/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-irlba/pkg-descr	Tue Aug 11 20:41:29 2015	(r393972)
@@ -0,0 +1,4 @@
+A fast and memory-efficient method for computing a few approximate
+singular values and singular vectors of large matrices.
+
+WWW: https://cran.r-project.org/web/packages/irlba/


More information about the svn-ports-head mailing list