Search Criteria
Package Details: gurobi 13.0.1-1
Package Actions
| 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: | custom:Gurobi EULA |
| Submitter: | marcosmrai |
| Maintainer: | libklein (vitaliikuzhdin) |
| Last Packager: | vitaliikuzhdin |
| Votes: | 10 |
| Popularity: | 0.129344 |
| First Submitted: | 2016-08-10 19:35 (UTC) |
| Last Updated: | 2026-03-02 09:30 (UTC) |
Dependencies (7)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- sh (dashbinshAUR, zshbinshAUR, bash-gitAUR, bash-devel-gitAUR, bash)
- r (r-mklAUR) (make)
- java-gurobiAUR (optional) – Java bindings
- matlab-gurobiAUR (optional) – MATLAB bindings
- python-gurobipyAUR (optional) – Python bindings
- r-gurobiAUR (optional) – R bindings
Required by (11)
- java-gurobi
- kahip (optional)
- matlab-gurobi
- picat (optional)
- python-gurobipy
- python-optlang (optional)
- python-picos (optional)
- python-picos-git (optional)
- python-pyomo (optional)
- r-gurobi
- sage-numerical-backends-gurobi
Latest Comments
1 2 3 Next › Last »
Muflone commented on 2026-02-15 16:12 (UTC)
@libklein I've moved the package maintainership to you
vitaliikuzhdin commented on 2025-07-05 14:56 (UTC)
@libklein, looks like my GitHub account got deleted... Here is the new paste: https://pastebin.com/8YVimzjh
libklein commented on 2025-07-05 12:16 (UTC)
Thanks @vitaliikuzhdin for your changes! I unfortunately do not own the package and cannot make you co-maintainer :/. The gist you've pasted is not accessible anymore, would you mind re-uploading it? I'd like to merge the changes.
vitaliikuzhdin commented on 2025-05-24 14:49 (UTC)
I've gone ahead and rewritten the PKGBUILD. A few notes:
aarch64.libgurobi_c++.a(also known aslibgurobi_g++8.5.a) from source.java-gurobiandr-gurobi, respectively.aarch64release does not support MATLAB bindings, I moved them into a separate package: matlab-gurobi.https://gist.github.com/vitaliikuzhdin/518259743348ef6a7bdf47e63c2af07f
vitaliikuzhdin commented on 2025-05-13 10:48 (UTC)
Would you mind adding support for the
aarch64architecture? The source link is: https://packages.gurobi.com/12.0/gurobi12.0.2_armlinux64.tar.gz. Thanks!libklein commented on 2025-01-29 22:01 (UTC)
I have updated the gurobi version to 12.0.1. I've also removed the now obsolete python installation. Please install python-gurobipy (as per opt. dependencies) to use the gurobi python API.
vitaliikuzhdin commented on 2024-12-30 12:03 (UTC)
@lihe07, I have uploaded python-gurobipy to AUR.
lihe07 commented on 2024-03-24 05:18 (UTC) (edited on 2024-03-24 05:18 (UTC) by lihe07)
It seems like for gurobi11, users need to manually install gurobipy by pip. (pip install --break gurobipy)
Currently there is no
python-gurobipyin arch package index.LCarmi commented on 2023-12-15 16:10 (UTC) (edited on 2023-12-15 16:10 (UTC) by LCarmi)
Some of my c++ builds are failing due to the error
/usr/bin/ld: cannot find -lgurobi_c++: No such file or directoryInvestigating further, I found that the
/usr/lib/libgurobi_c++.asymlink is faulty. Substituting in the PKGBUILD the commandln -sf ./libgurobi_g++5.2.a "${pkgdir}/usr/lib/libgurobi_c++.a"withln -sf ./libgurobi_g++8.5.a "${pkgdir}/usr/lib/libgurobi_c++.a"fixes the issue.Thanks for supporting the package!
Viech commented on 2021-01-27 14:40 (UTC)
Thank you for removing the hard dependency. Note though that by running "python setup.py install" you'll only get the Python 3 bindings, even if Python 2 is installed on the system. (Unless the system has not been updated in the last couple of years such that python = python2.) Thus it should be safe to remove also the optional dependency.
1 2 3 Next › Last »