conda-forge / idyntree-feedstock

A conda-smithy repository for idyntree.
BSD 3-Clause "New" or "Revised" License
3 stars 7 forks source link

Re-enable ppc64le builds #40

Open traversaro opened 2 years ago

traversaro commented 2 years ago

Solution to issue cannot be found in the documentation.

Issue

ppc64le are not working since https://github.com/conda-forge/idyntree-feedstock/pull/39 . This issue track the possibility of re-enabling them.

Installed packages

Not relevant.

Environment info

Not relevant.
traversaro commented 2 years ago

A possible option is to switch iDynTree to produce separate packages for C++ and Python libraries. In that case, hopefully building on Travis would take less time then the maximum time.

traversaro commented 2 months ago

Travis is now not working, we should switch back to cross-compilation.

traversaro commented 2 months ago

Fixed by https://github.com/conda-forge/idyntree-feedstock/pull/102 .