Skip to content

Installation without conda and conan #121

Discussion options

You must be logged in to vote

Hi Lovis,

We are aware that some people (including ourselves) need to use Ecole without Conda. Proper support is in our todo list.

Ecole has some compiled C++, so when we talk about Ecole dependencies, we need to distinguish two types:

  • Build dependencies are needed to compile Ecole. For us, it's anything from compilers, CMake, Conan,... to libraries.
  • Runtime dependencies need to be present to use Ecole. Currently the only library that is needed when running Ecole are SCIP and Python.

Conda

Conda is great for us, because it tackles both aspects. It ships Ecole already compiled, and resolves SCIP as a dependency.

Source installation

To compile, you would need to get a recent compiler, CMa…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by LovisAnderson
Comment options

You must be logged in to vote
1 reply
@LovisAnderson
Comment options

Comment options

You must be logged in to vote
1 reply
@thobreuer
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants