Port details |
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.10.12 23 Aug 2024 03:48:11 |
Yuri Victorovich (yuri) |
math/cbc: update 2.10.11 → 2.10.12
Reported by: portscout |
2.10.11_2 21 Jun 2024 17:49:24 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade to OpenBLAS |
2.10.11_1 12 Dec 2023 19:03:50 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219 |
2.10.11 27 Oct 2023 06:46:45 |
Yuri Victorovich (yuri) |
math/cbc: update 2.10.10 → 2.10.11
Reported by: portscout |
2.10.10_2 21 Jun 2023 18:25:37 |
Dimitry Andric (dim) |
math/cbc: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because math/cbc's build infrastructure does not explicitly set its C++
standard, this leads to errors:
./CbcSymmetry.hpp:83:30: error: ISO C++17 does not allow 'register' storage
class specifier [-Wregister]
inline void color_vertex(register int k) { color = k; }
^~~~~~~~~
./CbcSymmetry.hpp:91:24: error: ISO C++17 does not allow 'register' storage
class specifier [-Wregister]
inline void bounds(register double a, register double b)
^~~~~~~~~
To work around the error, add USE_CXXSTD=gnu++11 to compile for C++11
with GNU extensions instead.
PR: 272101
Approved by: yuri (maintainer)
MFH: 2023Q2 |
2.10.10_1 16 Jun 2023 05:05:16 |
Yuri Victorovich (yuri) |
math/nauty: Update 2.7r3 → 2.8.6
PR: 271718
Approved by: moritz@schmi.tt (maintainer's timeout; 17 days) |
2.10.10 11 Jun 2023 07:55:54 |
Yuri Victorovich (yuri) |
math/cbc: Update 2.10.8 → 2.10.10
Reported by: portscout |
2.10.8_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.10.8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.10.8 06 May 2022 18:56:56 |
Yuri Victorovich (yuri) |
math/cbc: Update 2.10.7 -> 2.10.8
Reported by: portscout |
2.10.7_1 23 Apr 2022 16:45:05 |
Yuri Victorovich (yuri) |
math/cbc: Enable parallel solver; add DEBUG option
PR: 263486
Original patch submitted by: Wes Dyk <aus129@gmail.com> |
2.10.7 15 Mar 2022 08:42:30 |
Yuri Victorovich (yuri) Author: Trond Endrestol |
math/cbc: Fix typo in LIB_DEPENDS
PR: 262563 |
2.10.7 13 Mar 2022 18:30:14 |
Yuri Victorovich (yuri) |
math/cbc: Update 2.10.5 -> 2.10.7
Reported by: portscout |
2.10.5_6 24 Feb 2022 16:21:08 |
Yuri Victorovich (yuri) |
math/ipopt: Update 3.12.13 -> 3.14.4 |
2.10.5_5 23 Feb 2022 17:02:05 |
Yuri Victorovich (yuri) |
math/asl: Update 1.4.4 -> 2.0.0
Reported by: portscout |
2.10.5_4 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2.10.5_4 20 Sep 2021 21:34:21 |
Yuri Victorovich (yuri) |
math/nauty: Update 27r1 -> 27r3
PR: 258237
Approved by: moritz@schmi.tt (maintainer) |
2.10.5_3 23 Aug 2021 20:14:44 |
Yuri Victorovich (yuri) |
math/cbc: Build with Nauty, graph library |
2.10.5_2 30 Jun 2021 17:47:11 |
Yuri Victorovich (yuri) |
math/cbc: math/cbc: add dependency to math/osi
PR: 256904
Initial version submitted by: Philipp Ost <bsd@philippost.de> |
2.10.5_1 03 May 2021 20:56:31 |
Yuri Victorovich (yuri) |
math/cbc: Link with COIN-OR ASL library and add missing dependencies |
2.10.5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.10.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.10.5 09 Mar 2020 07:41:46 |
yuri |
math/cbc: Update 2.10.4 -> 2.10.5
Reported by: portscout |
2.10.4 01 Feb 2020 14:52:16 |
yuri |
math/cbc: Update 2.10.3 -> 2.10.4
Reported by: portscout |
2.10.3 21 Dec 2019 22:58:54 |
yuri |
math/cbc: Update 2.9.9 -> 2.10.3 |
2.9.9_4 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.9.9_3 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
2.9.9_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.9.9_1 22 Sep 2018 05:30:32 |
linimon |
Fix build on gcc-based archs by updating USES.
Tested on powerpc64 and amd64 (for no regression).
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.9.9_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.9.9 16 Apr 2018 07:55:42 |
yuri |
New port: Coin-or Branch and Cut: mixed integer programming solver |