1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

- Add a new port: math/R-cran-minqa

Derivative-free optimization by quadratic approximation based on
  an interface to Fortran implementations by M. J. D. Powell.

  WWW: http://cran.r-project.org/web/minqa/
This commit is contained in:
TAKATSU Tomonari 2015-05-09 11:58:22 +00:00
parent b85d025990
commit d98d7b2cb1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385880
4 changed files with 25 additions and 0 deletions

View File

@ -30,6 +30,7 @@
SUBDIR += R-cran-inline
SUBDIR += R-cran-labeling
SUBDIR += R-cran-memisc
SUBDIR += R-cran-minqa
SUBDIR += R-cran-mvtnorm
SUBDIR += R-cran-nnls
SUBDIR += R-cran-outliers

View File

@ -0,0 +1,18 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= minqa
PORTVERSION= 1.2.4
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Derivative-free optimization algorithms by quadratic approximation
LICENSE= GPLv2
RUN_DEPENDS= R-cran-Rcpp>=0.9.10:${PORTSDIR}/devel/R-cran-Rcpp
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (minqa_1.2.4.tar.gz) = cfa193a4a9c55cb08f3faf4ab09c11b70412523767f19894e4eafc6e94cccd0c
SIZE (minqa_1.2.4.tar.gz) = 53548

View File

@ -0,0 +1,4 @@
Derivative-free optimization by quadratic approximation based on
an interface to Fortran implementations by M. J. D. Powell.
WWW: http://cran.r-project.org/web/minqa/