conda-forge / osqp-feedstock

A conda-smithy repository for osqp.
BSD 3-Clause "New" or "Revised" License
0 stars 13 forks source link

Arch Migrator #19

Closed regro-cf-autotick-bot closed 5 years ago

regro-cf-autotick-bot commented 5 years ago

This feedstock is being rebuilt as part of the aarch64/ppc64le migration

cc: @conda-forge/arm-arch

Please don't close this PR without reaching out the the ARM migrators first

conda-forge-linter commented 5 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

CJ-Wright commented 5 years ago

It seems that this requires MKL? conda_build.exceptions.DependencyNeedsBuildingError: Unsatisfiable dependencies for platform linux-aarch64: {'blas=[build=mkl]'}

jayfurmanek commented 5 years ago

https://github.com/conda-forge/osqp-feedstock/blob/master/recipe/meta.yaml#L58

This line needs to be adjusted to exclude aarch64 from the MKL dep.

h-vetinari commented 5 years ago

... as well as the corresponding patch to remove the affected tests.