svn commit: r521892 - in head/math: . R-cran-alabama
Devin Teske
dteske at FreeBSD.org
Fri Jan 3 00:56:49 UTC 2020
Author: dteske (src committer)
Date: Fri Jan 3 00:56:48 2020
New Revision: 521892
URL: https://svnweb.freebsd.org/changeset/ports/521892
Log:
[New Port] math/R-cran-alabama: Constrained Nonlinear Optimization
Augmented Lagrangian Adaptive Barrier Minimization Algorithm (ALABAMA) for
optimizing smooth nonlinear objective functions in R with constraints.
WWW: https://cran.r-project.org/web/packages/alabama/
Reviewed by: mat, imp (previous revision)
Differential Revision: https://reviews.freebsd.org/D22675
Added:
head/math/R-cran-alabama/
head/math/R-cran-alabama/Makefile (contents, props changed)
head/math/R-cran-alabama/distinfo (contents, props changed)
head/math/R-cran-alabama/pkg-descr (contents, props changed)
Modified:
head/math/Makefile
Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile Fri Jan 3 00:19:58 2020 (r521891)
+++ head/math/Makefile Fri Jan 3 00:56:48 2020 (r521892)
@@ -37,6 +37,7 @@
SUBDIR += R-cran-VGAM
SUBDIR += R-cran-Zelig
SUBDIR += R-cran-acepack
+ SUBDIR += R-cran-alabama
SUBDIR += R-cran-assertthat
SUBDIR += R-cran-backports
SUBDIR += R-cran-bdsmatrix
Added: head/math/R-cran-alabama/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-alabama/Makefile Fri Jan 3 00:56:48 2020 (r521892)
@@ -0,0 +1,20 @@
+# Created by: Devin Teske <dteske at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= alabama
+DISTVERSION= 2015.3-1
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= dteske at FreeBSD.org
+COMMENT= Constrained Nonlinear Optimization
+
+LICENSE= GPLv2+
+
+CRAN_DEPENDS= R-cran-numDeriv>0:math/R-cran-numDeriv
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
Added: head/math/R-cran-alabama/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-alabama/distinfo Fri Jan 3 00:56:48 2020 (r521892)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1575362473
+SHA256 (alabama_2015.3-1.tar.gz) = 6600fcf4842488950e196d3f5a8fc4d69e8271b36292ce67ac3ab697449a8f56
+SIZE (alabama_2015.3-1.tar.gz) = 10649
Added: head/math/R-cran-alabama/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-alabama/pkg-descr Fri Jan 3 00:56:48 2020 (r521892)
@@ -0,0 +1,4 @@
+Augmented Lagrangian Adaptive Barrier Minimization Algorithm (ALABAMA) for
+optimizing smooth nonlinear objective functions in R with constraints.
+
+WWW: https://cran.r-project.org/web/packages/alabama/
More information about the svn-ports-head
mailing list