aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-SparseM
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2015-11-15 15:45:17 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2015-11-15 15:45:17 +0000
commitc9edba5dd64222293d3063be6f7bc96324a28a24 (patch)
treece7ab91beb264a72ae167cd7822f53c0a7005773 /math/R-cran-SparseM
parent23d37009a82882ce21426c76c9e5b9c79fc32f1c (diff)
downloadports-c9edba5dd64222293d3063be6f7bc96324a28a24.tar.gz
ports-c9edba5dd64222293d3063be6f7bc96324a28a24.zip
- Add new port: math/R-cran-SparseM
Some basic linear algebra functionality for sparse matrices is provided: including Cholesky decomposition and backsolving as well as standard R subsetting and Kronecker products. WWW: https://cran.r-project.org/web/packages/SparseM/
Notes
Notes: svn path=/head/; revision=401712
Diffstat (limited to 'math/R-cran-SparseM')
-rw-r--r--math/R-cran-SparseM/Makefile17
-rw-r--r--math/R-cran-SparseM/distinfo2
-rw-r--r--math/R-cran-SparseM/pkg-descr5
3 files changed, 24 insertions, 0 deletions
diff --git a/math/R-cran-SparseM/Makefile b/math/R-cran-SparseM/Makefile
new file mode 100644
index 000000000000..bc65c881d6f6
--- /dev/null
+++ b/math/R-cran-SparseM/Makefile
@@ -0,0 +1,17 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= SparseM
+PORTVERSION= 1.7
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Sparse Linear Algebra
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-SparseM/distinfo b/math/R-cran-SparseM/distinfo
new file mode 100644
index 000000000000..5c2694df44d6
--- /dev/null
+++ b/math/R-cran-SparseM/distinfo
@@ -0,0 +1,2 @@
+SHA256 (SparseM_1.7.tar.gz) = df61550b267f8ee9b9d3b17acbadd57a428b43e5e13a6b1c56ed4c38cb523369
+SIZE (SparseM_1.7.tar.gz) = 598188
diff --git a/math/R-cran-SparseM/pkg-descr b/math/R-cran-SparseM/pkg-descr
new file mode 100644
index 000000000000..ea1d48bc89cd
--- /dev/null
+++ b/math/R-cran-SparseM/pkg-descr
@@ -0,0 +1,5 @@
+Some basic linear algebra functionality for sparse matrices is
+provided: including Cholesky decomposition and backsolving as well
+as standard R subsetting and Kronecker products.
+
+WWW: https://cran.r-project.org/web/packages/SparseM/