-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Building locally for ppc64le #28
Comments
We have opened a PR to address ppc builds in #23 Right now it's not working due to the compiler differences, but Peter Eastman found the bug and will be fixed soon. If you want to try now, you can get a copy of this specific commit. Uncompress, cd into that new directory and run:
|
Thank you very much! |
I am afraid I have not been able to make it work yet. Still, I wanted to report some feedback in case it is usefull. The first issue I was facing was the compiler complaining because it could not find cuda libraries. Manually defining CUDA_HOME in build.sh header did nothing, but copying:
to the With this modification, everything seems to be working except the packaging. When
is reached, the rpath calls seem to work ok but something fails after "Fixing permissions" is printed.
|
Hm, that looks like a |
I tried changing to different versions of conda build:
but none of them worked. All this didn't make any sense because
Thanks a lot for your patience with these issues. |
I will have to debug this further now that there's |
Thank you very much! I am out on vacation for a couple of weeks or so, so excuse me if it it takes me some time to answer. By the way, in case it is useful, just before leaving I was able to make a successful compilation (one that passes the When I come back, I still want to test again that specific commit you sent using the new openmm code. I will provide feedback when I do so. |
I am sorry for the lack of feedback. I am a part-time university teacher and the course start under COVID19 is getting quite crazy. I will try to make it work this weekend. Thank you for your patience! |
No rush! I just wanted to check if I could help somehow. Just tag me whenever you need! |
Comes from openmm/openmm#2722 (comment)
@Socramin, I'll comment on this issue at some point during the week! Thanks for the patience!
The text was updated successfully, but these errors were encountered: