mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/minizinc-solvers: Add Gecode solver to metaport
This commit is contained in:
parent
8444522a9b
commit
5722304d03
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue