You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
30 lines
1.0 KiB
Tcl
30 lines
1.0 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-pulp
|
|
|
|
version 3.3.0
|
|
revision 0
|
|
|
|
categories-append science math
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description A Python Linear Programming API
|
|
long_description PuLP is an LP modeler written in Python. PuLP can generate MPS or LP files \
|
|
and call GLPK, COIN-OR CLP/CBC, CPLEX, GUROBI, MOSEK, XPRESS, CHOCO, MIPCL, \
|
|
HiGHS, SCIP/FSCIP to solve linear problems.
|
|
|
|
homepage https://coin-or.github.io/pulp/
|
|
|
|
checksums rmd160 7eee87f93c13c77f09428c0d7405c3278d9f473c \
|
|
sha256 7eb99b9ce7beeb8bbb7ea9d1c919f02f003ab7867e0d1e322f2f2c26dd31c8ba \
|
|
size 16301847
|
|
|
|
python.versions 310 311 312 313 314
|