Page MenuHomeFreeBSD

D22675.id65214.diff
No OneTemporary

D22675.id65214.diff

Index: math/Makefile
===================================================================
--- math/Makefile
+++ math/Makefile
@@ -35,6 +35,7 @@
SUBDIR += R-cran-SparseM
SUBDIR += R-cran-VGAM
SUBDIR += R-cran-Zelig
+ SUBDIR += R-cran-alabama
SUBDIR += R-cran-assertthat
SUBDIR += R-cran-backports
SUBDIR += R-cran-bdsmatrix
Index: math/R-cran-alabama/Makefile
===================================================================
--- /dev/null
+++ math/R-cran-alabama/Makefile
@@ -0,0 +1,22 @@
+# Created by: Devin Teske <dteske@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= alabama
+PORTVERSION= 2015.3.1
+DISTVERSION= 2015.3-1
+
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= dteske@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>
Index: math/R-cran-alabama/distinfo
===================================================================
--- /dev/null
+++ math/R-cran-alabama/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1575362473
+SHA256 (alabama_2015.3-1.tar.gz) = 6600fcf4842488950e196d3f5a8fc4d69e8271b36292ce67ac3ab697449a8f56
+SIZE (alabama_2015.3-1.tar.gz) = 10649
Index: math/R-cran-alabama/pkg-descr
===================================================================
--- /dev/null
+++ math/R-cran-alabama/pkg-descr
@@ -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/

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 21, 7:39 AM (14 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27109639
Default Alt Text
D22675.id65214.diff (1 KB)

Event Timeline