Port details on branch 2023Q1 |
- or-tools Google's Operations Research tools
- 9.5 math
=0 9.5Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-01-07 08:51:13
- Last Update: 2023-01-07 08:49:49
- Commit Hash: d0d6380
- License: APACHE20
- WWW:
- https://github.com/google/or-tools
- Description:
- Google Optimization Tools (a.k.a., OR-Tools) is an open-source, fast and
portable software suite for solving combinatorial optimization problems.
The suite contains:
* A constraint programming solver
* A linear programming solver
* Wrappers around commercial and other open source solvers, including mixed
integer solvers
* Bin packing and knapsack algorithms
* Algorithms for the Traveling Salesman Problem and Vehicle Routing Problem
* Graph algorithms (shortest paths, min cost flow, max flow, linear sum
assignment)
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/or-tools/ && make install clean
- To add the package, run one of these commands:
- pkg install math/or-tools
- pkg install or-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: or-tools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1672576120
SHA256 (google-or-tools-v9.5_GH0.tar.gz) = 57f81b94949d35dc042690db3fa3f53245cffbf6824656e1a03f103a3623c939
SIZE (google-or-tools-v9.5_GH0.tar.gz) = 14795911
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- eigen3.pc : math/eigen3
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libabsl_base.so : devel/abseil
- libCbc.so : math/cbc
- libCgl.so : math/cgl
- libcoinasl.so : math/asl
- libcoinmumps.so : math/coin-or-mumps
- libCoinUtils.so : math/coinutils
- libgflags.so : devel/gflags
- libglog.so : devel/glog
- libnauty.so : math/nauty
- libopenblas.so : math/openblas
- libOsi.so : math/osi
- libOsiClp.so : math/clp
- libprotobuf.so : devel/protobuf
- libre2.so : devel/re2
- libblas.so : math/blas
- liblapack.so : math/lapack
-
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for or-tools-9.5:
DOCS=on: Build and/or install documentation
FLATZINC=on: Build FlatZinc - MiniZinc interface
SCIP=off: Use the SCIP solver
===> Use 'make config' to modify these settings
- Options name:
- math_or-tools
- USES:
- blaslapack cmake:testing compiler:c++17-lang eigen:3 pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.5 07 Jan 2023 08:49:49
    |
Yuri Victorovich (yuri)  |
math/or-tools: Patch missing #include <errno.h> problem
It caused breakage on FreeBSD 12.
Reported by: portscout
(cherry picked from commit f233efc3f36269fb570677e3b2ee9dace1ec7dd7) |
Number of commits found: 1
|