conda-forge / pyelftools-feedstock

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

Add support for `osx-arm64` target #31

Closed GZTimeWalker closed 1 month ago

GZTimeWalker commented 1 month ago

Comment:

Is possible to add osx-arm64 target support?

ocefpaf commented 1 month ago

Can you send a PR adding it to the list in https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/main/recipe/migrations/osx_arm64.txt ?

GZTimeWalker commented 1 month ago

Can you send a PR adding it to the list in conda-forge/conda-forge-pinning-feedstock@main/recipe/migrations/osx_arm64.txt ?

Let me take a look.

GZTimeWalker commented 1 month ago

Done, I'm not sure I'm doing the right thing?

jakirkham commented 1 month ago

We certainly can add this to other migrators

That said, it looks like this could be noarch: python ( https://github.com/conda-forge/pyelftools-feedstock/issues/32 ). If we made that change that would solve this use case (and any other platforms users might want to install on)

GZTimeWalker commented 1 month ago

Anything else should I do? and when will the package update?

jakirkham commented 1 month ago

Typically wait for a migrator PR and offer to help if there are any issues

However it looks like it was created and merged earlier: https://github.com/conda-forge/pyelftools-feedstock/pull/33

So looks like this is complete