diff options
author | wen <wen@pkgsrc.org> | 2016-01-01 05:23:13 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-01-01 05:23:13 +0000 |
commit | 5b135e67b5440f857f86f4c35b6f4c83e455a790 (patch) | |
tree | 307efdc124a6d9f59726438eb0e2d2a11666aa32 | |
parent | e820ee3deed2d28d33fafb825bd79205a2f6917f (diff) | |
download | pkgsrc-5b135e67b5440f857f86f4c35b6f4c83e455a790.tar.gz |
Some basic linear algebra functionality for sparse matrices is provided:
including Cholesky decomposition and backsolving as well as standard R
subsetting and Kronecker products.
-rw-r--r-- | math/R-SparseM/DESCR | 3 | ||||
-rw-r--r-- | math/R-SparseM/Makefile | 18 | ||||
-rw-r--r-- | math/R-SparseM/distinfo | 6 |
3 files changed, 27 insertions, 0 deletions
diff --git a/math/R-SparseM/DESCR b/math/R-SparseM/DESCR new file mode 100644 index 00000000000..53e7a176685 --- /dev/null +++ b/math/R-SparseM/DESCR @@ -0,0 +1,3 @@ +Some basic linear algebra functionality for sparse matrices is provided: +including Cholesky decomposition and backsolving as well as standard R +subsetting and Kronecker products. diff --git a/math/R-SparseM/Makefile b/math/R-SparseM/Makefile new file mode 100644 index 00000000000..72aac9b32b2 --- /dev/null +++ b/math/R-SparseM/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2016/01/01 05:23:13 wen Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/SparseM/ +COMMENT= Sparse Linear Algebra +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 + +R_PKGNAME= SparseM +R_PKGVER= 1.7 + +USE_LANGUAGES= c fortran + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-SparseM/distinfo b/math/R-SparseM/distinfo new file mode 100644 index 00000000000..554eab44253 --- /dev/null +++ b/math/R-SparseM/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/01/01 05:23:13 wen Exp $ + +SHA1 (R/SparseM_1.7.tar.gz) = 137dd6627d948497b768509b83826f9211067db3 +RMD160 (R/SparseM_1.7.tar.gz) = 65d21275bc5c233963be32647175c1e8da7c90ee +SHA512 (R/SparseM_1.7.tar.gz) = 3b45456fd4250cccdc62180e4103e04a7bfe4839f422aaa4eda852b0e44c7cb7476553565899f91ae05a2d4270168a4d1392ef1f1011ae3e72bc4a5aa6fcc40a +Size (R/SparseM_1.7.tar.gz) = 598188 bytes |