-
Notifications
You must be signed in to change notification settings - Fork 12
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
Issues pip installing on powerpc #20
Comments
Hmm ... which exact compiler is installed there? If it is I'm a bit reluctant to switch to |
Exact output:
To be clear I was just reporting what worked for me, not necessarily suggesting it as a fix. |
I'll try to find a way to compile cleanly on PowerPC. However, this won't make it into ducc 0.32, which I hope to release later today. |
Thanks! |
I think you can achieve clean compilation without editing the files by setting two environment variables, like so:
The first variable switches off I admit it's not terribly comfortable, but I don't have a more convenient way at the moment. |
This is strange ... I got an email with a comment on this issue, but the comment doesn't seem to appear here. Anyway, the problem mentioned was the error
As far as I understand, this should be fixed on the |
Sorry I was writing a comment, accidentally submitted it, and then deleted it. Anyway I tried the above an it raised the |
I just released version 0.33. It has "dependencies" in the "dynamic" list in |
When pip installing ducc on a powerpc based system, the flag
-march=native
causes issues. Replacing that flag with-mcpu=native
seems to work fine.The text was updated successfully, but these errors were encountered: