conda-forge / configspace-feedstock

A conda-smithy repository for configspace.
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

Support osx-arm64 platform #27

Closed cyrilpic closed 1 year ago

cyrilpic commented 1 year ago

The current build only creates a version for osx-64 (Intel) and lacks support for the ARM chips although ConfigSpace supports it.

Checklist

I went through conda-forge's documentation and I think the pull request should work, but I'm not 100% sure.

conda-forge-webservices[bot] commented 1 year 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.

cyrilpic commented 1 year ago

@conda-forge-admin please rerender

github-actions[bot] commented 1 year ago

Hi! This is the friendly automated conda-forge-webservice.

I tried to rerender for you, but it looks like there was nothing to do.

This message was generated by GitHub actions workflow run https://github.com/conda-forge/configspace-feedstock/actions/runs/6128254986.

BastianZim commented 1 year ago

Thanks for the PR.

The best way to do this is probably to add the name here, so that a bot can come along and do it.

https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/main/recipe/migrations/osx_arm64.txt

cyrilpic commented 1 year ago

Ok, no problem. I'll do a PR on the pinning repo.

Btw, the builds are failing because the version 0.7.2 has been removed from pypi as that version has a bug. I'll also do a PR to mark the version as broken, but is there a way to revert this repo to 0.7.1?