math/minizinc-solvers: Add Gecode solver to metaport

This commit is contained in:
Yuri Victorovich 2021-05-04 11:52:31 -07:00
parent 8444522a9b
commit 5722304d03

View file

@ -1,5 +1,5 @@
PORTNAME= minizinc-solvers
PORTVERSION= 20210504
PORTVERSION= 20210505
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@ -8,7 +8,7 @@ COMMENT= Metaport for MiniZinc solvers
USES= metaport
OPTIONS_MULTI= LIST
OPTIONS_MULTI_LIST= BONMIN CHUFFED COUENNE JACOP OR_TOOLS
OPTIONS_MULTI_LIST= BONMIN CHUFFED COUENNE JACOP GECODE OR_TOOLS
OPTIONS_DEFAULT= ${OPTIONS_MULTI_LIST}
LIST_DESC= Install:
@ -25,6 +25,9 @@ COUENNE_RUN_DEPENDS= coin-or-couenne>0:math/couenne
JACOP_DESC= Java Constraint Programming solver
JACOP_RUN_DEPENDS= jacop>0:math/jacop
GECODE_DESC= Gecode solver
GECODE_RUN_DEPENDS= gecode>0:math/gecode
OR_TOOLS_DESC= Google OR-Tools-based solver
OR_TOOLS_RUN_DEPENDS= or-tools>0:math/or-tools