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:
parent
b85d025990
commit
d98d7b2cb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385880
@ -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
|
||||
|
18
math/R-cran-minqa/Makefile
Normal file
18
math/R-cran-minqa/Makefile
Normal 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>
|
2
math/R-cran-minqa/distinfo
Normal file
2
math/R-cran-minqa/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (minqa_1.2.4.tar.gz) = cfa193a4a9c55cb08f3faf4ab09c11b70412523767f19894e4eafc6e94cccd0c
|
||||
SIZE (minqa_1.2.4.tar.gz) = 53548
|
4
math/R-cran-minqa/pkg-descr
Normal file
4
math/R-cran-minqa/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user