-
Notifications
You must be signed in to change notification settings - Fork 865
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
Revert "Remove build product and update .gitignore to avoid picking it up again" #3947
Conversation
…t up again" This isn't correct as this file is build product. However, it isn't getting correctly generated and so we cannot build the master without it for now. Will find root cause and re-fix This reverts commit 7d8d877. Signed-off-by: Ralph Castain <[email protected]>
…arball Signed-off-by: Ralph Castain <[email protected]>
as far as i am concerned, i am fine running Refs #3940 @artpol84 any thoughts ? |
I'm working this right now - the integration is simply incorrect. It looks like it was taken from some dynamic component instead of copied from the current hwloc1116 integration. I'm fixing it, so hang tight. |
keep in mind that ompi "slurps" note an other option is to simply remove |
yes, that was indeed the error - we never keep two copies of hwloc internally at the same time. This was what created the problem, and the workaround you did unfortunately breaks a few things. I think the best solution for tonight is to just revert your PR commit until we can properly integrate this. |
It broke several downstream projects, which is why I'm working on it now. Just for future: you never ever put a non-tarball version of libevent or hwloc in our repository. Our code base isn't designed to handle that scenario. |
but from |
well, you didn't wind up with a distribution tarball, my friend - it is very different |
humm, that is a bit too subtle for me right now. anyway, as i stated earlier, |
Yeah, I'm just going to remove it and redo it. We want it internal for v3.1, but it has to be done correctly. |
This isn't correct as this file is build product. However, it isn't getting correctly generated and so we cannot build the master without it for now. Will find root cause and re-fix
This reverts commit 7d8d877.