Search Criteria
Package Details: gurobi 9.1.0-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 |
Upstream URL: | https://www.gurobi.com/products/gurobi-optimizer |
Licenses: | |
Submitter: | marcosmrai |
Maintainer: | marcosmrai (libklein) |
Last Packager: | libklein |
Votes: | 5 |
Popularity: | 0.39 |
First Submitted: | 2016-08-10 19:35 |
Last Updated: | 2020-11-28 21:29 |
Dependencies (6)
- python2>=2.7.0
- python>=3.5.0 (python-dbg)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (optional) – C/C++ programming interfaces support
- java-environment (jdk5, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk9, zulu-10-bin, jdk-devel, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jdk8-j9-bin, java-openjdk-bin, jdk, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jdk11, jdk8-graalvm-bin, jdk11-graalvm-bin, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jdk8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jdk8-openj9-bin, jdk11-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jdk-openj9, jdk11-jetbrains-imfix, jdk-jetbrains, jre-jetbrains, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk) (optional) – Java programming interface support
- matlab (matlab-support, matlab-minimal, matlab-r2018b-dummy) (optional) – MATLAB programming interface support, versions 2008b onwards
- mono (mono48, mono-alpha, mono-beta, mono-stable, mono-visualstudio, mono-git, mono-alt-csc, mono5, mono-nightly) (optional) – .NET programming interface support
Required by (4)
- picat (optional)
- python-picos (optional)
- python-picos-git (optional)
- sage-numerical-backends-gurobi
Latest Comments
1 2 Next › Last »
terrificiceberg commented on 2020-12-03 11:52
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
==> Validating source files with sha256sums... gurobi9.0.3_linux64.tar.gz ... FAILED
uhrm commented on 2019-11-16 13:28
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
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
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
@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
Is there any reason for holding back python<3.7?
Kindly, Lucas
jcd commented on 2017-08-31 16:23
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.
tilal6991 commented on 2017-07-31 06:52
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.
Turtizzle commented on 2017-06-20 15:06
You do not need to install the old python version for gurobi to work.
The maintainer simply forgot to update the .SRCINFO file after updating the PKGBUILD, it still contains the old dependencies.
Clone the repository and build the package manually instead of using an AUR helper to avoid this issue.
(The respective scripts still need to be updated to 7.0.2 though, and I also think, the update to 7.0.1 is not complete... e.g., link to libgurobi65.so?)