pkgsrc/math/R-SparseM/Makefile
mef 6edc9493dd (math/R-SparseM) Updated 1.78 to 1.81
(from inst/ChangeLog)
The version 1.79

1.  Removed a "f_" from the .Fortran call in chol2csr following bug report
by Alex Ballantynea (Melbourne U)
2021-09-11 10:09:17 +00:00

15 lines
343 B
Makefile

# $NetBSD: Makefile,v 1.7 2021/09/11 10:09:17 mef Exp $
R_PKGNAME= SparseM
R_PKGVER= 1.81
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Sparse linear algebra
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
USE_LANGUAGES= c fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"