The repository provides a recipe to package the Gurobi solver using Conan.
Within the repository root folder, run the following command (assuming you want to create the package for Gurobi version 10.0.1):
conan create gurobi/all/conanfile.py --version 10.0.1
As Gurobi comes with limited support for compilers, this packages uses only the C-library provided by Gurobi but compiles the C++-library from the sources.
At the moment, this recipe is tested on Linux and MacOS using GCC, Clang and Apple-Clang.
This project is maintained by Ivo Hedtke ivo (dot) hedtke (at) dbschenker (dot) com
.
This project does not use a CLA.
Gurobi itself has a proprietary license. This recipe is licensed under the Apache-2 license.