Skip to content

Commit

Permalink
math/py-docplex: New port: IBM Decision Optimization CPLEX Modeling f…
Browse files Browse the repository at this point in the history
…or Python
  • Loading branch information
yurivict committed Aug 8, 2022
1 parent 9cc5069 commit 12c3011
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions math/Makefile
Expand Up @@ -855,6 +855,7 @@
SUBDIR += py-cypari2
SUBDIR += py-deap
SUBDIR += py-dionysus
SUBDIR += py-docplex
SUBDIR += py-ducc0
SUBDIR += py-ecos
SUBDIR += py-faiss
Expand Down
20 changes: 20 additions & 0 deletions math/py-docplex/Makefile
@@ -0,0 +1,20 @@
PORTNAME= docplex
DISTVERSION= 2.23.222
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= yuri@FreeBSD.org
COMMENT= IBM Decision Optimization CPLEX Modeling for Python

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= distutils autoplist

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions math/py-docplex/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1659990447
SHA256 (docplex-2.23.222.tar.gz) = 7395e97c41939288e0ce4f804c7092cf3874e33784549104281a7e94f7d2fb1e
SIZE (docplex-2.23.222.tar.gz) = 610785
7 changes: 7 additions & 0 deletions math/py-docplex/pkg-descr
@@ -0,0 +1,7 @@
docplex is an IBM Decision Optimization CPLEX Modeling for Python.

With this library, you can quickly and easily add the power of optimization to
your application. You need IBM ILOG CPLEX Optimization Studio to solve the
models.

WWW: https://www.ibm.com/cloud/decision-optimization-for-watson-studio

0 comments on commit 12c3011

Please sign in to comment.