math/py-docplex: New port: IBM Decision Optimization CPLEX Modeling for Python
This commit is contained in:
parent
9cc5069bdc
commit
12c3011c67
4 changed files with 31 additions and 0 deletions
|
@ -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
|
||||
|
|
20
math/py-docplex/Makefile
Normal file
20
math/py-docplex/Makefile
Normal file
|
@ -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
math/py-docplex/distinfo
Normal file
3
math/py-docplex/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1659990447
|
||||
SHA256 (docplex-2.23.222.tar.gz) = 7395e97c41939288e0ce4f804c7092cf3874e33784549104281a7e94f7d2fb1e
|
||||
SIZE (docplex-2.23.222.tar.gz) = 610785
|
7
math/py-docplex/pkg-descr
Normal file
7
math/py-docplex/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue