From 5722304d03db06768b726743f0bcb7b75ba204b6 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 4 May 2021 11:52:31 -0700 Subject: [PATCH] math/minizinc-solvers: Add Gecode solver to metaport --- math/minizinc-solvers/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/math/minizinc-solvers/Makefile b/math/minizinc-solvers/Makefile index b88b2b6abb6e2..d27a01ed7300b 100644 --- a/math/minizinc-solvers/Makefile +++ b/math/minizinc-solvers/Makefile @@ -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