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.000571 |
| 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 Next › Last »
fow0ryl commented on 2021-12-30 12:17 (UTC) (edited on 2021-12-30 12:19 (UTC) by fow0ryl)
version 9.2 did not build ...
got tons of errors:
and finaly:
firoz commented on 2021-10-14 13:43 (UTC)
The package() step fails for me: pip [..] → no such option: --root
<deleted-account> commented on 2021-04-10 12:11 (UTC)
For those struggling to build
python-or-toolson aarch64, here are the required changes for the PKGBUILD (at least for v8.2...):Further info: https://github.com/google/or-tools/issues/2434#issuecomment-817126196
sameer commented on 2020-12-12 03:09 (UTC)
I've updated to v8.1 in b62a6cbdb46d
sameer commented on 2020-10-11 14:35 (UTC) (edited on 2020-10-11 14:39 (UTC) by sameer)
I've updated to v8.0 and added MadTux's suggestion in b6b5cf447d0d.
MadTux commented on 2020-08-14 15:56 (UTC) (edited on 2020-08-14 15:57 (UTC) by MadTux)
Could you add something like
pacman -Qi cplex &> /dev/null && echo 'UNIX_CPLEX_DIR = /usr/lib' >> Makefile.localto build() please?So that CPLEX can be used out of the box when it is installed.
EDIT: This would go between
make third_partyandmake pythonaccording to the OR-Tools docs.sameer commented on 2020-08-06 00:28 (UTC)
Thanks mcol, added in cdf6e5b20c97
mcol commented on 2020-08-05 17:49 (UTC) (edited on 2020-08-05 17:49 (UTC) by mcol)
Hey, this needs git as a makedepend btw :)
sameer commented on 2020-06-13 06:11 (UTC) (edited on 2020-06-13 06:11 (UTC) by sameer)
flipflop97: thanks for bringing this to my attention, I've added it to makedepends. v7.7 was released today and I've also updated the package to reflect that
flipflop97 commented on 2020-06-05 18:19 (UTC)
Hi, it seems to require
python-pipas makedepend. Can you add that?« First ‹ Previous 1 2 3 4 5 Next › Last »