Skip to content

Are you sure that wheels for apple silicon works? #647

Answered by Czaki
MarshalX asked this question in Q&A
Discussion options

You must be logged in to vote

As You wrote in the previous topic you have part of the code compiled by CMake.

As I see in your workflow file you compile multiple libraries before building the wheel.
Are you sure that all these libraries are compiled to universal binaries? By default, they are build to be native ones.

delocate collect dependent libraries but Your log suggests that you compiled everything into one binary so delocate has nothing to do in your case.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@Czaki
Comment options

@MarshalX
Comment options

@MarshalX
Comment options

@henryiii
Comment options

@henryiii
Comment options

Answer selected by joerick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants