Search Criteria
Package Details: python-or-tools 8.2-1
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: | |
Submitter: | dariost |
Maintainer: | purisame |
Last Packager: | purisame |
Votes: | 6 |
Popularity: | 0.003515 |
First Submitted: | 2017-07-11 23:45 |
Last Updated: | 2021-03-03 16:01 |
Dependencies (11)
- python-protobuf (python-protobuf-git)
- swig (swig-git)
- python>=3.6 (python-dbg)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- cmake (cmake-git) (make)
- git (git-git) (make)
- lsb-release (make)
- python-pip (make)
- python-wheel (make)
- wget (wget-git) (make)
- cplex (optional) – CPLEX solver support
Latest Comments
1 2 Next › Last »
nobodyinperson commented on 2021-04-10 12:11
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
purisame commented on 2020-12-12 03:09
I've updated to v8.1 in b62a6cbdb46d
purisame commented on 2020-10-11 14:35
I've updated to v8.0 and added MadTux's suggestion in b6b5cf447d0d.
MadTux commented on 2020-08-14 15:56
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.purisame commented on 2020-08-06 00:28
Thanks mcol, added in cdf6e5b20c97
mcol commented on 2020-08-05 17:49
Hey, this needs git as a makedepend btw :)
purisame commented on 2020-06-13 06:11
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
Hi, it seems to require
python-pip
as makedepend. Can you add that?purisame commented on 2020-04-24 04:00
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
has breakage in build()