-
Notifications
You must be signed in to change notification settings - Fork 6
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
PYPI source_sampling.so is different to the cmake build .so #13
Comments
Getting the same problem over here |
Thanks for reporting. I think this is a linking issue with how the manylinux build process is putting the dependent libraries together - if I get them to resolve their linked references (using |
Hmmm, I think there are a few problems with this approach:
I think I will carry on trying to get a build that works from a source distribution - that way we should always be referencing the user's version of OpenMC etc. Apologies again for that, hopefully it is sufficient to build from source for now and I'll try to get a new packaging method in place in the next couple of days. |
Thanks for you efforts here Dan, much appreciated |
For some reasons, maybe some weird versioning thing, when you pip install you get a different (non-functioning) version of the source, whereas building with cmake its functions as it should - it would be worth including this in CI if possible when its fixed. @DanShort12 can you investigate?
The text was updated successfully, but these errors were encountered: