Search Criteria
Package Details: python-or-tools 9.11-4
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: | 8 |
Popularity: | 0.50 |
First Submitted: | 2017-07-11 23:45 (UTC) |
Last Updated: | 2024-10-05 19:24 (UTC) |
Dependencies (21)
- abseil-cpp (abseil-cpp-gitAUR)
- coin-or-cbc
- coin-or-clp
- eigen (eigen-gitAUR)
- glpk (glpk-gitAUR, glpk-cut-logAUR)
- pybind11 (pybind11-gitAUR)
- python-absl
- python-mypy-protobufAUR
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- re2 (re2-gitAUR)
- scip
- swig (swig-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-virtualenv (make)
- python-wheel (make)
- cplexAUR (optional) – CPLEX solver support
- python-matplotlib (python-matplotlib-gitAUR) (optional) – used by some examples
- Show 1 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
fow0ryl commented on 2022-01-15 11:38 (UTC) (edited on 2022-01-15 11:38 (UTC) by fow0ryl)
New version 9.2-1 build is working fine for me now. Did not have the packages installed which are named as dependency by @kruzah .... Only python-numpy was installed (as dependency of cura)
kruzah commented on 2022-01-15 11:21 (UTC)
Build misses several dependencies that cause the package to fail to build. Please add dependencies
python-numpy
,python-pandas
,absl-py
, andpython-mypy-protobuf
to PKGBUILD (I'm unsure which of these are runtime deps and which are make-only). Sourced from heresameer commented on 2022-01-14 18:29 (UTC)
Hey all, sorry for the delay. This is fixed in 0ef1baa82d54.
Seems like the makefile method originally used no longer works, so the PKGBUILD now uses cmake directly as outlined here: https://github.com/google/or-tools/blob/stable/cmake/README.md
Let me know if you run into any other issues.
ericfont commented on 2022-01-12 19:49 (UTC)
I'm getting "ERROR: A failure occured in build(). Aborting..." on 9.2-1, but I don't know why cause my terminal screen doesn't go back enough.
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
nobodyinperson commented on 2021-04-10 12:11 (UTC) (edited on 2021-04-10 14:02 (UTC) by nobodyinperson)
For those struggling to build
python-or-tools
on 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.local
to build() please?So that CPLEX can be used out of the box when it is installed.
EDIT: This would go between
make third_party
andmake python
according to the OR-Tools docs.« First ‹ Previous 1 2 3 4 5 Next › Last »