diff options
author | tota <tota@FreeBSD.org> | 2015-08-12 04:41:29 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2015-08-12 04:41:29 +0800 |
commit | 6fccc0c2f3b33108c13a635edd8490596dcb847d (patch) | |
tree | 26357cf752784c155b4dbd532804f870492ed279 /math | |
parent | 853749a81056e5be6472f2b290494513f9b9ee28 (diff) | |
download | freebsd-ports-gnome-6fccc0c2f3b33108c13a635edd8490596dcb847d.tar.gz freebsd-ports-gnome-6fccc0c2f3b33108c13a635edd8490596dcb847d.tar.zst freebsd-ports-gnome-6fccc0c2f3b33108c13a635edd8490596dcb847d.zip |
- 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/
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-irlba/Makefile | 17 | ||||
-rw-r--r-- | math/R-cran-irlba/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-irlba/pkg-descr | 4 |
4 files changed, 24 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 643b9672ff3f..dce6fc969a5c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/R-cran-irlba/Makefile b/math/R-cran-irlba/Makefile new file mode 100644 index 000000000000..4ffe5b1d2e80 --- /dev/null +++ b/math/R-cran-irlba/Makefile @@ -0,0 +1,17 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= irlba +PORTVERSION= 1.0.3 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@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> diff --git a/math/R-cran-irlba/distinfo b/math/R-cran-irlba/distinfo new file mode 100644 index 000000000000..42e99efad5b4 --- /dev/null +++ b/math/R-cran-irlba/distinfo @@ -0,0 +1,2 @@ +SHA256 (irlba_1.0.3.tar.gz) = deaf82b5670f91bc65a0ff31a2f03c540e210539251c5e0e10b2a707d3ac5ec0 +SIZE (irlba_1.0.3.tar.gz) = 180965 diff --git a/math/R-cran-irlba/pkg-descr b/math/R-cran-irlba/pkg-descr new file mode 100644 index 000000000000..70d40e1d23b5 --- /dev/null +++ b/math/R-cran-irlba/pkg-descr @@ -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/ |