blob: 78b8fab7d66162b807c598c6357008a59c482e7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= SparseM
PORTVERSION= 1.81
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Sparse Linear Algebra
WWW= https://cran.r-project.org/web/packages/SparseM/
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|