Port details on branch 2024Q4 |
- cbc Coin-or Branch and Cut: mixed integer programming solver
- 2.10.12 math =2 2.10.12Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-04-16 07:55:51
- Last Update: 2024-08-23 03:48:11
- Commit Hash: ecf5848
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: EPL
- WWW:
- https://projects.coin-or.org/Cbc
- Description:
- Cbc (Coin-or branch and cut) is an open-source mixed integer programming solver
written in C++. It can be used as a callable library or using a stand-alone
executable. It can be called through AMPL (natively), GAMS (using the links
provided by the Optimization Services and GAMSlinks projects), MPL (through the
CoinMP project), AIMMS (through the AIMMSlinks project), PuLP, CMPL, OpenSolver
for Excel, JuMP, or MiniZinc.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/math/cbc/ && make install clean
- To add the package, run one of these commands:
- pkg install math/cbc
- pkg install coin-or-cbc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: coin-or-cbc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724381645
SHA256 (coin-or-Cbc-releases-2.10.12_GH0.tar.gz) = 9ed71e4b61668462fc3794c102e26b4bb01a047efbbbcbd69ae7bde1f04f46a8
SIZE (coin-or-Cbc-releases-2.10.12_GH0.tar.gz) = 1687304
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gfortran13 : lang/gcc13
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- as : devel/binutils
- Runtime dependencies:
-
- gfortran13 : lang/gcc13
- Library dependencies:
-
- libCgl.so : math/cgl
- libClp.so : math/clp
- libcoinasl.so : math/asl
- libcoinmumps.so : math/coin-or-mumps
- libCoinUtils.so : math/coinutils
- libnauty.so : math/nauty
- libopenblas.so : math/openblas
- libOsi.so : math/osi
- This port is required by:
- for Libraries
-
- cad/openroad
- editors/openoffice-4
- editors/openoffice-devel
- math/bonmin
- math/casadi
- math/coinmp
- math/couenne
- for Run
-
- math/py-PuLP
Configuration Options:
- ===> The following configuration options are available for coin-or-cbc-2.10.12:
DEBUG=off: Compile CBC with debug support
PARALLEL=on: Compile CBC with parallel (multi-threaded solver) support
===> Use 'make config' to modify these settings
- Options name:
- math_cbc
- USES:
- compiler:c++11-lang fortran gmake libtool localbase pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|