mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
16 lines
376 B
Makefile
16 lines
376 B
Makefile
PORTNAME= minqa
|
|
DISTVERSION= 1.2.8
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= Derivative-free optimization algorithms by quadratic approximation
|
|
WWW= https://cran.r-project.org/web/packages/minqa/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= R-cran-Rcpp>=0.9.10:devel/R-cran-Rcpp
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|