-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac Mojave #16
Comments
I have just got PythonMagick working under Mojave 10.14.6 with Python3.8 & Homebrew today. 1. Install required dependencies We need brew's llvm clang because the MacOS version in XCode doesn't support OpenMP. Check:
Now the obvious stuff This gave me the following versions as of Sep 2020, for posterity:
2. set environment variables
3. Modify configure script Edit line 17046 and 17458 of configure script to be: I'll raise an issue to get this fixed. 4. Configure We need to point to the correct brew version of clang & clang++, otherwise will get OpenMP errors since the XCode version of clang doesn't support it. Also specifically point to python3.8, and the brew location for the boost libraries.
Toward the end, you should see:
5. Build & install Nothing left for it but: 6. Test Go to your home directory and try this If no errors appear, all good! |
Hi,
Have you got a way to Install under MacOs Mojave ?
regards
SR
The text was updated successfully, but these errors were encountered: