17 lines
334 B
Makefile
17 lines
334 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
PORTNAME= irlba
|
|
PORTVERSION= 2.3.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Fast partial SVD by implicitly-restarted Lanczos bidiagonalization
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|