Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbschenker/conan-gurobi
Recipe for the Gurobi solver as Conan package
https://github.com/dbschenker/conan-gurobi
conan conan-packages conan-recipe cpp gurobi solver
Last synced: about 1 month ago
JSON representation
Recipe for the Gurobi solver as Conan package
- Host: GitHub
- URL: https://github.com/dbschenker/conan-gurobi
- Owner: dbschenker
- License: apache-2.0
- Created: 2022-12-12T14:49:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T10:16:18.000Z (8 months ago)
- Last Synced: 2024-09-27T06:42:13.489Z (about 2 months ago)
- Topics: conan, conan-packages, conan-recipe, cpp, gurobi, solver
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
README
# Conan Recipe for the Gurobi LP/QP/MIP solver
The repository provides a recipe to package the [Gurobi solver](https://www.gurobi.com/) using [Conan](https://conan.io/).
## Usage
Within the repository root folder, run the following command (assuming you want to create the package for Gurobi version 10.0.1):
```shell
conan create gurobi/all/conanfile.py --version 10.0.1
```## Supported Compilers and Operating Systems
As Gurobi comes with [limited support for compilers](https://www.gurobi.com/solutions/gurobi-optimizer/supported-platforms/),
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.
## Maintainer
This project is maintained by Ivo Hedtke `ivo (dot) hedtke (at) dbschenker (dot) com`.
## Code of Conduct
see [code_of_conduct.md](code_of_conduct.md)
## Contributor License Agreement
This project does not use a CLA.
## License
Gurobi itself has a proprietary license.
This recipe is licensed under the Apache-2 license.