Skip to content

Commit

Permalink
math/minizinc-solvers: Add Gecode solver to metaport
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed May 4, 2021
1 parent 8444522 commit 5722304
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions math/minizinc-solvers/Makefile
@@ -1,5 +1,5 @@
PORTNAME= minizinc-solvers
PORTVERSION= 20210504
PORTVERSION= 20210505
CATEGORIES= math

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit 5722304

Please sign in to comment.