git: 54990bf8a210 - main - minizinc-solvers: Add math/jacop solver to the metaport
Yuri Victorovich
yuri at FreeBSD.org
Tue May 4 06:06:37 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=54990bf8a210b737632183a4d9d2b1229c181c5b
commit 54990bf8a210b737632183a4d9d2b1229c181c5b
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-04 06:05:50 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-04 06:06:33 +0000
minizinc-solvers: Add math/jacop solver to the metaport
---
math/minizinc-solvers/Makefile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/math/minizinc-solvers/Makefile b/math/minizinc-solvers/Makefile
index 159864dff3b6..b88b2b6abb6e 100644
--- a/math/minizinc-solvers/Makefile
+++ b/math/minizinc-solvers/Makefile
@@ -1,6 +1,5 @@
-
PORTNAME= minizinc-solvers
-PORTVERSION= 20210503
+PORTVERSION= 20210504
CATEGORIES= math
MAINTAINER= yuri at FreeBSD.org
@@ -9,7 +8,7 @@ COMMENT= Metaport for MiniZinc solvers
USES= metaport
OPTIONS_MULTI= LIST
-OPTIONS_MULTI_LIST= BONMIN CHUFFED COUENNE OR_TOOLS
+OPTIONS_MULTI_LIST= BONMIN CHUFFED COUENNE JACOP OR_TOOLS
OPTIONS_DEFAULT= ${OPTIONS_MULTI_LIST}
LIST_DESC= Install:
@@ -23,6 +22,9 @@ CHUFFED_RUN_DEPENDS= chuffed>0:math/chuffed
COUENNE_DESC= Nonlinear convex over and under envelopes solver (COIN-OR)
COUENNE_RUN_DEPENDS= coin-or-couenne>0:math/couenne
+JACOP_DESC= Java Constraint Programming solver
+JACOP_RUN_DEPENDS= jacop>0:math/jacop
+
OR_TOOLS_DESC= Google OR-Tools-based solver
OR_TOOLS_RUN_DEPENDS= or-tools>0:math/or-tools
More information about the dev-commits-ports-all
mailing list