-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document compilation against conda-forge provided dependencies #477
Comments
The basic instructions are:
However on Windows the compilation is failing with:
|
The windows compilation failure should be fixed by conda-forge/ace-feedstock#4 . |
conda-forge can provide its own compilers, so for now I am just testing this configuration:
Under this configuration, the first error that I get is:
|
The failure
This were solved by installing:
|
Similar problem with blocktest scriptBuiler:
|
Inspection reveled some missing dependencies:
|
The blocktestcore failures were solved by:
|
See #477 for more details. In a nutshell conda is a package manager (originally for Python, but now quite language agnostic) that works on Linux, macOS and Windows. `conda-forge` is a channel for the conda package manager that provides many dependency, in particular all the one that are required by the robotology-superbuild .
* CI: Add conda-forge based builds See #477 for more details. In a nutshell conda is a package manager (originally for Python, but now quite language agnostic) that works on Linux, macOS and Windows. `conda-forge` is a channel for the conda package manager that provides many dependency, in particular all the one that are required by the robotology-superbuild .
PR to add compilation of Ipopt on Windows: conda-forge/ipopt-feedstock#47 . |
This fix was not ideal. In line with conda-forge suggestions, the correct package to install was |
After conda-forge/staged-recipes#12698, at least for Linux and Windows the dependencies of the robotology-superbuild should be all available in conda-forge. For this reason, it could make sense to document somewhere the procedure to compile the robotology-superbuild against the dependency provided by conda-forge .
The text was updated successfully, but these errors were encountered: