Skip to content

Commit

Permalink
New port: math/minizinc-solvers: Metaport for MiniZinc solver
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed May 4, 2021
1 parent f9908f5 commit a5fc928
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions math/Makefile
Expand Up @@ -424,6 +424,7 @@
SUBDIR += minisat
SUBDIR += minizinc
SUBDIR += minizinc-ide
SUBDIR += minizinc-solvers
SUBDIR += miracl
SUBDIR += mlpack
SUBDIR += moab
Expand Down
29 changes: 29 additions & 0 deletions math/minizinc-solvers/Makefile
@@ -0,0 +1,29 @@

PORTNAME= minizinc-solvers
PORTVERSION= 20210503
CATEGORIES= math

MAINTAINER= yuri@FreeBSD.org
COMMENT= Metaport for MiniZinc solvers

USES= metaport

OPTIONS_MULTI= LIST
OPTIONS_MULTI_LIST= BONMIN CHUFFED COUENNE OR_TOOLS
OPTIONS_DEFAULT= ${OPTIONS_MULTI_LIST}

LIST_DESC= Install:

BONMIN_DESC= Nonlinear mixed integer programming solver (COIN-OR)
BONMIN_RUN_DEPENDS= coin-or-bonmin>0:math/bonmin

CHUFFED_DESC= Chuffed lazy clause generation CP solver
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

OR_TOOLS_DESC= Google OR-Tools-based solver
OR_TOOLS_RUN_DEPENDS= or-tools>0:math/or-tools

.include <bsd.port.mk>
5 changes: 5 additions & 0 deletions math/minizinc-solvers/pkg-descr
@@ -0,0 +1,5 @@
All MiniZinc solvers available as FreeBSD ports.

This is the metaport.

WWW: https://www.minizinc.org/

0 comments on commit a5fc928

Please sign in to comment.