Package Details: java-gurobi 13.0.2-1

Git Clone URL: https://aur.archlinux.org/gurobi.git (read-only, click to copy)
Package Base: gurobi
Description: State-of-the-art solver for mathematical programming (Java bindings)
Upstream URL: https://www.gurobi.com/products/gurobi-optimizer
Licenses: custom:Gurobi EULA
Submitter: marcosmrai
Maintainer: libklein (vitaliikuzhdin)
Last Packager: vitaliikuzhdin
Votes: 10
Popularity: 0.024895
First Submitted: 2016-08-10 19:35 (UTC)
Last Updated: 2026-05-05 16:27 (UTC)

Dependencies (4)

Required by (1)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

libklein commented on 2021-01-23 22:24 (UTC)

Python2 is not a hard dependency. I've made it optional.

terrificiceberg commented on 2020-12-03 11:52 (UTC)

Is python2 actually a hard dependency or could it be made optional? Right now gurobi is the only thing still depending on python2 on my system, and I would like to remove it.

Viech commented on 2020-09-14 16:19 (UTC)

==> Validating source files with sha256sums... gurobi9.0.3_linux64.tar.gz ... FAILED

uhrm commented on 2019-11-16 13:28 (UTC)

Update for Gurobi 8.1.1 and compatibility with Python 3.8: https://gitlab.com/uhrm-aur/gurobi

JohnRobson commented on 2018-12-06 02:51 (UTC)

I edited the PKGBUILD for Python 3.7 and Gurobi 8.1 - https://paste.debian.net/1054587/

Viech commented on 2018-11-05 11:26 (UTC)

I just noticed due to this being flagged out of date that Gurobi 8.1 was released two weeks ago and it does claim to have Python 3.7 support. If now CPLEX follows then I can finally update my four-month-stale laptop. :-)

Viech commented on 2018-11-05 11:13 (UTC)

@lucasbrynte Gurobi does not support it (neither does CPLEX, by the way - from the three big commercial solvers, only MOSEK currently does).

The package claiming that python<3.8 is fine is actually incorrect, because even when the line with "python3.6 setup.py" is changed to just "python3 setup.py" (implying Python 3.7 on my system), then setup.py itself will raise a "RuntimeError: Unsupported Python version."

lucasbrynte commented on 2018-09-02 09:15 (UTC)

Is there any reason for holding back python<3.7?

Kindly, Lucas

jcd commented on 2017-08-31 16:23 (UTC) (edited on 2017-08-31 16:24 (UTC) by jcd)

There is a problem with the source stated in the PKGBUILD file. I guess its a typo? "ERROR: Unknown download protocol: file" Though when i provided the correct file the rest worked correctly.

lalitm commented on 2017-07-31 06:52 (UTC)

The .SRCINFO for the current package is not correct. It says that python2>=3.7 is required which obviously doesn't make any sense. Instead of manually editing the .SRCINFO file which is what it seems like is happening, the easier thing to do is simply run the "mksrcinfo" command which will generate the .SRCINFO from the PKGBUILD file automatically.