diff options
author | wen <wen> | 2015-10-05 01:12:46 +0000 |
---|---|---|
committer | wen <wen> | 2015-10-05 01:12:46 +0000 |
commit | ce6b7d2c788bfc404409b8e2ac804a79372663d3 (patch) | |
tree | 5509f9ad259e0803a34b6ece53d4556eac13af21 | |
parent | 6f52988ae51521601a13e16b4047458172cf9af5 (diff) | |
download | pkgsrc-ce6b7d2c788bfc404409b8e2ac804a79372663d3.tar.gz |
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.
-rw-r--r-- | math/R-minqa/DESCR | 2 | ||||
-rw-r--r-- | math/R-minqa/Makefile | 19 | ||||
-rw-r--r-- | math/R-minqa/distinfo | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/math/R-minqa/DESCR b/math/R-minqa/DESCR new file mode 100644 index 00000000000..1d1367312ad --- /dev/null +++ b/math/R-minqa/DESCR @@ -0,0 +1,2 @@ +Derivative-free optimization by quadratic approximation based on +an interface to Fortran implementations by M. J. D. Powell. diff --git a/math/R-minqa/Makefile b/math/R-minqa/Makefile new file mode 100644 index 00000000000..db1de59a77a --- /dev/null +++ b/math/R-minqa/Makefile @@ -0,0 +1,19 @@ +# $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" diff --git a/math/R-minqa/distinfo b/math/R-minqa/distinfo new file mode 100644 index 00000000000..3609b7c0ce7 --- /dev/null +++ b/math/R-minqa/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/10/05 01:12:46 wen Exp $ + +SHA1 (R/minqa_1.2.4.tar.gz) = 1f61420fc334a73a079d6b2b8c39c552826ca7d5 +RMD160 (R/minqa_1.2.4.tar.gz) = 347f9881f10d0136379235b5e75d32f892e6e40b +Size (R/minqa_1.2.4.tar.gz) = 53548 bytes |