mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
14 lines
322 B
Makefile
14 lines
322 B
Makefile
PORTNAME= irlba
|
|
PORTVERSION= 2.3.5.1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Fast partial SVD by implicitly-restarted Lanczos bidiagonalization
|
|
WWW= https://cran.r-project.org/web/packages/irlba/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|