Port details |
- or-tools Google's Operations Research tools
- 9.8_5 math =2 9.8_3Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2020-07-21 01:23:23
- Last Update: 2024-10-29 14:38:30
- Commit Hash: 94829e7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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 = 1699869085
SHA256 (google-or-tools-v9.8_GH0.tar.gz) = 85e10e7acf0a9d9a3b891b9b108f76e252849418c6230daea94ac429af8a4ea4
SIZE (google-or-tools-v9.8_GH0.tar.gz) = 19725471
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
-
- This port is required by:
- for Libraries
-
- cad/openroad
- for Run
-
- math/minizinc-solvers
Configuration Options:
- ===> The following configuration options are available for or-tools-9.8_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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.8_5 29 Oct 2024 14:38:30 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 28.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
9.8_4 07 Oct 2024 14:16:41 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 28.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
9.8_3 25 Sep 2024 04:23:02 |
Po-Chuan Hsieh (sunpoet) |
math/or-tools: Clean up
ABSL_LEGACY_THREAD_ANNOTATIONS is no longer needed.
Reference: https://cgit.freebsd.org/ports/commit/?id=cd1837f2e351891c3ee678e91a589e51836bff1e
https://github.com/google/or-tools/issues/3655
Approved by: portmgr (blanket) |
9.8_3 18 Sep 2024 19:10:12 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 28.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
9.8_2 15 Sep 2024 20:11:53 |
Po-Chuan Hsieh (sunpoet) |
math/or-tools: Fix build with protobuf 26+ |
9.8_2 15 Sep 2024 20:09:36 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 28.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
9.8_1 15 Aug 2024 10:55:26 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 27.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
9.8 08 Aug 2024 08:39:10 |
Alexey Dokuchaev (danfe) |
math/or-tools: fix packaging with FLATZINC option and enable it back. |
9.8 07 Aug 2024 18:26:46 |
Alexey Dokuchaev (danfe) |
math/or-tools: update the port to version 9.8 (transitory)
It is not the latest version, but allows to catch up with Abseil C++
libraries update easier; both later versions do not build out of the
box for different reasons and require seemingly non-trivial patching.
Discussed with: yuri (maintainer) |
9.5_9 21 Jun 2024 17:49:24 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade to OpenBLAS |
9.5_8 09 Mar 2024 14:05:20 |
Po-Chuan Hsieh (sunpoet) |
devel/glog: Update to 0.7.0
- Convert to USES=cmake:testing
- Sort PLIST
- Bump PORTREVISION of dependent ports for shlib change
Broken ports are skipped:
- graphics/colmap [1]
- graphics/hiptext [2]
- graphics/openmvs
- sysutils/apache-mesos
[2] This port was being skipped on package building cluster due to its LICENSE
"License NONE needs confirmation, but BATCH is defined"
Changes: https://github.com/google/glog/releases
Reference: https://pkg-status.freebsd.org/beefy12/data/140amd64-default/84a61d95b0a5/logs/colmap-3.8_5.log
[1] |
9.5_7 01 Jan 2024 11:49:51 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR: 275860 |
9.5_6 14 Dec 2023 17:03:10 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 24.4
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
9.5_5 12 Dec 2023 19:03:50 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219 |
9.5_4 11 Sep 2023 03:22:48 |
Po-Chuan Hsieh (sunpoet) |
devel/re2: Update to 20230801
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases |
9.5_3 11 Sep 2023 03:22:47 |
Po-Chuan Hsieh (sunpoet) |
math/or-tools: Fix build with abseil 20230125.0+ and re2 20230601+
Reference: https://github.com/google/or-tools/issues/3655 |
9.5_3 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) |
9.5_2 02 May 2023 19:58:21 |
Po-Chuan Hsieh (sunpoet) |
devel/re2: Update to 20230301
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases |
9.5_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
9.5 07 Jan 2023 08:48:31 |
Yuri Victorovich (yuri) |
math/or-tools: Patch missing #include <errno.h> problem
It caused breakage on FreeBSD 12.
Reported by: portscout |
9.5 01 Jan 2023 22:21:19 |
Yuri Victorovich (yuri) |
math/{,py-}or-tools: Update 9.4 -> 9.5 |
9.4_1 09 Oct 2022 15:37:51 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 3.21.7
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
9.4 20 Sep 2022 00:59:07 |
Yuri Victorovich (yuri) |
math/{,py-}or-tools: Update 9.2 -> 9.4
Reported by: portscout |
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) |
9.2_6 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 ) |
9.2_6 17 Apr 2022 23:58:01 |
Po-Chuan Hsieh (sunpoet) |
devel/glog: Update to 0.6.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/glog/releases |
9.2_5 16 Apr 2022 04:19:07 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 3.20.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
9.2_4 24 Mar 2022 17:30:56 |
Yuri Victorovich (yuri) |
math/or-tools: Fix dependency |
9.2_3 28 Feb 2022 12:46:46 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 3.19.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
9.2_2 24 Feb 2022 16:21:08 |
Yuri Victorovich (yuri) |
math/ipopt: Update 3.12.13 -> 3.14.4 |
9.2_1 23 Feb 2022 17:02:05 |
Yuri Victorovich (yuri) |
math/asl: Update 1.4.4 -> 2.0.0
Reported by: portscout |
9.2 20 Dec 2021 07:48:51 |
Yuri Victorovich (yuri) |
math/{,py-}or-tools: Update 9.1 -> 9.2
Reported by: portscout |
9.1 04 Oct 2021 19:18:26 |
Yuri Victorovich (yuri) |
math/or-tools: Update 9.0 -> 9.1 |
9.0_1 20 Sep 2021 21:34:21 |
Yuri Victorovich (yuri) |
math/nauty: Update 27r1 -> 27r3
PR: 258237
Approved by: moritz@schmi.tt (maintainer) |
9.0 13 Sep 2021 08:23:28 |
Yuri Victorovich (yuri) |
math/or-tools: Update 8.2 -> 9.0 |
8.2_2 21 Jul 2021 18:11:52 |
Po-Chuan Hsieh (sunpoet) |
devel/protobuf: Update to 3.17.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 257026
Exp-run by: antoine |
8.2_1 04 May 2021 00:39:48 |
Yuri Victorovich (yuri) |
math/or-tools: Add FLATZINC option; Add dependencies |
8.2 09 Apr 2021 08:04:28 |
Alexey Dokuchaev (danfe) |
- Update Google's Abseil to LTS version 20210324.0
- Patch one consumer port so it builds against it |
8.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
8.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.2 03 Mar 2021 21:30:52 |
yuri |
math/or-tools: Update 8.1 -> 8.2 |
8.1_1 26 Jan 2021 14:01:09 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
8.1 29 Dec 2020 22:42:13 |
yuri |
math/or-tools: Update 7.7 -> 8.1 |
7.7_1 30 Aug 2020 20:19:42 |
sunpoet |
Bump PORTREVISION for devel/protobuf shlib change |
7.7 22 Jul 2020 09:09:01 |
tobik |
Clean up some things
Reported by: portscan |
7.7 21 Jul 2020 01:23:18 |
yuri |
New port: math/or-tools: Google's Operations Research tools |