Date: Tue, 4 May 2021 06:06:36 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 54990bf8a210 - main - minizinc-solvers: Add math/jacop solver to the metaport Message-ID: <202105040606.14466aZO016909@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=54990bf8a210b737632183a4d9d2b1229c181c5b commit 54990bf8a210b737632183a4d9d2b1229c181c5b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-05-04 06:05:50 +0000 Commit: Yuri Victorovich <yuri@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105040606.14466aZO016909>