Building macos_x86_64 and macos_arm64 with gfortran support #1051
-
I am building a Python library using Did anyone face the same issue and solved it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I am having the same issue with a python extension. I can build the required libs/includes offline and get the setup.py to download those as resources. Then I am trying to use https://cibuildwheel.readthedocs.io/en/stable/faq/#macos-passing-dyld_library_path-to-delocate |
Beta Was this translation helpful? Give feedback.
I am having the same issue with a python extension. I can build the required libs/includes offline and get the setup.py to download those as resources. Then I am trying to use https://cibuildwheel.readthedocs.io/en/stable/faq/#macos-passing-dyld_library_path-to-delocate
to make things work. I eventually put the lib/include folders underneath /tmp/mycache and that allowed the M1 wheel to include the arm64 dylib.