pkgsrc/math/R-SparseM/Makefile
wen f38c4959b4 Some basic linear algebra functionality for sparse matrices is provided:
including Cholesky decomposition and backsolving as well as standard R
subsetting and Kronecker products.
2016-01-01 05:23:13 +00:00

18 lines
397 B
Makefile

# $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"