Search Criteria
Package Details: python-or-tools 9.15-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.000595 |
| First Submitted: | 2017-07-11 23:45 (UTC) |
| Last Updated: | 2026-01-13 18:09 (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-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- re2 (re2-gitAUR)
- scip
- swig (swig-gitAUR)
- benchmark (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-installer (make)
- python-setuptools (make)
- python-virtualenv (make)
- python-wheel (make)
- cplexAUR (optional) – CPLEX solver support
- Show 2 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4 5
sameer commented on 2020-04-24 04:00 (UTC)
FirefighterBlu3: looks like python-wheel was missing in makedepends, which I've now added.
In other news, I've updated to v7.6 which was released today.
FirefighterBlu3 commented on 2020-04-10 17:54 (UTC) (edited on 2020-04-10 17:54 (UTC) by FirefighterBlu3)
has breakage in build()
sameer commented on 2020-01-28 20:50 (UTC) (edited on 2020-01-28 20:50 (UTC) by sameer)
I took maintenance of the package after it was orphaned, but it might be related to the repo being called
or-toolson GitHub. If there's a way to rename it easily let me know.I've updated the package to v7.5.
mizux commented on 2020-01-28 14:36 (UTC)
why don't naming it python-ortools ? like the pypi package ? https://pypi.org/project/ortools/
sameer commented on 2019-11-14 19:54 (UTC)
Python 3.8 support will arrive with the next release.
sameer commented on 2019-09-18 21:17 (UTC) (edited on 2019-09-18 21:18 (UTC) by sameer)
Zento commented on 2018-08-09 09:40 (UTC) (edited on 2018-08-09 09:40 (UTC) by Zento)
The version limitation of the python dependency seems to be wrong. According to the documentation, the requirement is Python >=3.6 or Python >= 2.7.
Documentation: https://developers.google.com/optimization/install/python/linux
Otherwise, thanks for maintaining the package!
dric512 commented on 2018-05-10 13:29 (UTC)
During installation, I noticed that the following packages are required for installation: wget and lsb-release
« First ‹ Previous 1 2 3 4 5