pkgsrc/math/R-minqa/Makefile
wen 211929c20f Import minqa-1.2.4 as math/R-minqa.
Derivative-free optimization by quadratic approximation based on
an interface to Fortran implementations by M. J. D. Powell.
2015-10-05 01:12:46 +00:00

19 lines
473 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/10/05 01:12:46 wen Exp $
#
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/minqa/
COMMENT= Derivative-free optimization algorithms by quadratic approximation
LICENSE= gnu-gpl-v2
R_PKGNAME= minqa
R_PKGVER= 1.2.4
USE_LANGUAGES= c++ fortran
.include "../../math/R/Makefile.extension"
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"