2018-07-28 16:40:42 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:50 brook Exp $
|
2018-02-03 02:48:14 +01:00
|
|
|
|
|
|
|
CATEGORIES= math
|
|
|
|
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/quantprog/
|
|
|
|
COMMENT= Functions to solve quadratic programming problems
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
|
|
|
R_PKGNAME= quadprog
|
|
|
|
R_PKGVER= 1.5-5
|
|
|
|
|
|
|
|
USE_LANGUAGES= c fortran
|
|
|
|
|
|
|
|
BUILDLINK_API_DEPENDS.R+= R>=2.15.0
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|