Search Criteria
Package Details: python-or-tools 9.14-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-or-tools.git (read-only, click to copy) |
|---|---|
| Package Base: | python-or-tools |
| Description: | Google's Operations Research tools |
| Upstream URL: | https://github.com/google/or-tools |
| Keywords: | or-tools ortools |
| Licenses: | Apache-2.0 |
| Submitter: | dariost |
| Maintainer: | carlosal1015 |
| Last Packager: | carlosal1015 |
| Votes: | 9 |
| Popularity: | 0.100475 |
| First Submitted: | 2017-07-11 23:45 (UTC) |
| Last Updated: | 2025-06-20 15:42 (UTC) |
Dependencies (22)
- abseil-cpp (abseil-cpp-gitAUR)
- coin-or-cbc
- coin-or-clp
- eigen (eigen-gitAUR, eigen3)
- glpk (glpk-gitAUR, glpk-cut-logAUR)
- pybind11 (pybind11-gitAUR)
- python-absl
- python-mypy-protobufAUR
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- re2 (re2-gitAUR)
- scip
- swig (swig-gitAUR)
- benchmark (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-installer (make)
- python-setuptools (make)
- python-virtualenv (make)
- python-wheel (make)
- cplexAUR (optional) – CPLEX solver support
- Show 2 more dependencies...
Latest Comments
1 2 3 4 5 Next › Last »
fow0ryl commented on 2025-10-25 22:01 (UTC)
Did not build .. Maybe there is something missing, not required by dependency ..
zuvis commented on 2025-06-05 19:04 (UTC) (edited on 2025-06-05 19:05 (UTC) by zuvis)
Quick and dirty workaround to build on an updated system:
Replace proto_cast_util.cc and proto_utils.cc with updated versions (used ones at git commit b7102a76c4695099d9751de49bd2de20ef1e60de):
https://github.com/pybind/pybind11_protobuf/blob/main/pybind11_protobuf/proto_cast_util.cc
https://github.com/pybind/pybind11_protobuf/blob/main/pybind11_protobuf/proto_utils.cc
Rebuild
It seems older version is hardcoded into or-tools-9.12/cmake/dependencies/CMakeLists.txt
TwentyoneThree commented on 2025-04-09 18:21 (UTC) (edited on 2025-04-09 18:22 (UTC) by TwentyoneThree)
Building this package on an up-to-date Arch Linux system aborts with the following error:
Any advice what is wrong here?
micwoj92 commented on 2025-03-27 00:08 (UTC)
Please add benchmark to (make)depends as per last comment:
Mr.G commented on 2025-02-23 15:30 (UTC) (edited on 2025-02-23 15:31 (UTC) by Mr.G)
Installing benchmark from the AUR made compiling the package possible for me. https://archlinux.org/packages/extra/x86_64/benchmark/
trougnouf commented on 2025-02-07 18:37 (UTC)
carlosal1015 commented on 2024-09-22 20:41 (UTC) (edited on 2024-09-22 20:49 (UTC) by carlosal1015)
I do not know, but looks like is a packaging (upstream or downstream) issue around
python-protobuf, is selecting a C++ version instead of Python version in CMake configuration.I thought what python version should start with 5.: https://gitlab.archlinux.org/archlinux/packaging/packages/protobuf/-/issues/4
carlosal1015 commented on 2024-09-19 15:07 (UTC) (edited on 2024-09-19 17:18 (UTC) by carlosal1015)
Hi everyone, this package is not ready yet. I asked to upstream if there exits some cmake configuration files for
pybind11-abseil.sameer commented on 2024-09-10 18:52 (UTC)
All, I've disowned the package as I'm not familiar enough with pulling in all the other dependencies via AUR. Please feel free to take ownership and make the necessary modifications.
s-ol commented on 2024-06-10 17:57 (UTC)
Can't get this to build, it gets to the linking phase of a couple of targets and then just exits with code 2 with no information whatsoever. As others have pointed out, this package should be pulling in a lot more system dependencies anyway.
As a workaround to get
flatcamto work, I've tried installing the wheel using a quick PKGBUILD: https://pastebin.com/yWSBVGx1 I'm sure there's much to improve about it, so I'm not putting it in the AUR at this point, but if anyone else needs something now this might help in a pinch.1 2 3 4 5 Next › Last »