You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm opening this issue here in case you didn't get my last few mails (if you did and were just busy that's completely fine, I'm just worried they might have been flagged as spam since someone seems to have started spoofing my TUD mail address lately):
I've been trying (so far unsuccessfully) to set up semi-automatic wheel builds for Linux + macOS wheels using GitHub Actions and cibuildhweelhere. On macOS specifically, somehow bundling the dependencies into the wheels doesn't work correctly (as indicated here), I haven't been able to progress with that yet because debugging on GitHub Actions is somewhat painful and I don't have a macOS machine.
The text was updated successfully, but these errors were encountered:
I have recently installed mpsym successfully on my macOS after some trial-and-error.
When building mpsym, I ran into this error: ld: library not found for -licudata.
To fix this, I used a solution someone provided here.
Basically, we need to ensure that
icu4c is installed on macOS: brew install icu4c
Add the library to PATH: export LIBRARY_PATH=${LIBRARY_PATH}:/usr/local/opt/icu4c/lib
I'm opening this issue here in case you didn't get my last few mails (if you did and were just busy that's completely fine, I'm just worried they might have been flagged as spam since someone seems to have started spoofing my TUD mail address lately):
I've been trying (so far unsuccessfully) to set up semi-automatic wheel builds for Linux + macOS wheels using GitHub Actions and cibuildhweel here. On macOS specifically, somehow bundling the dependencies into the wheels doesn't work correctly (as indicated here), I haven't been able to progress with that yet because debugging on GitHub Actions is somewhat painful and I don't have a macOS machine.
The text was updated successfully, but these errors were encountered: