Date: Sun, 15 Nov 2015 15:45:17 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401712 - in head/math: . R-cran-SparseM Message-ID: <201511151545.tAFFjH2N099408@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun Nov 15 15:45:17 2015 New Revision: 401712 URL: https://svnweb.freebsd.org/changeset/ports/401712 Log: - 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/ Added: head/math/R-cran-SparseM/ head/math/R-cran-SparseM/Makefile (contents, props changed) head/math/R-cran-SparseM/distinfo (contents, props changed) head/math/R-cran-SparseM/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Nov 15 15:35:14 2015 (r401711) +++ head/math/Makefile Sun Nov 15 15:45:17 2015 (r401712) @@ -17,6 +17,7 @@ SUBDIR += R-cran-RSvgDevice SUBDIR += R-cran-RcppArmadillo SUBDIR += R-cran-RcppEigen + SUBDIR += R-cran-SparseM SUBDIR += R-cran-SuppDists SUBDIR += R-cran-Zelig SUBDIR += R-cran-bdsmatrix Added: head/math/R-cran-SparseM/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-SparseM/Makefile Sun Nov 15 15:45:17 2015 (r401712) @@ -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> Added: head/math/R-cran-SparseM/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-SparseM/distinfo Sun Nov 15 15:45:17 2015 (r401712) @@ -0,0 +1,2 @@ +SHA256 (SparseM_1.7.tar.gz) = df61550b267f8ee9b9d3b17acbadd57a428b43e5e13a6b1c56ed4c38cb523369 +SIZE (SparseM_1.7.tar.gz) = 598188 Added: head/math/R-cran-SparseM/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-SparseM/pkg-descr Sun Nov 15 15:45:17 2015 (r401712) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511151545.tAFFjH2N099408>