-
Notifications
You must be signed in to change notification settings - Fork 41
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
macOS: build looks for MPICH even when it is disabled and then fails to configure #125
Comments
@pghysels 7.2.0 configures normally on the same system, so it is not something broken in MacPorts set-up. |
It looks like Scotch is searching for MPI. Can you try disabing Scotch (besides PT-Scotch) |
This is what I thought, but 7.2.0 has the same config settings, and everything works with the same version of 7.2.0: https://github.com/macports/macports-ports/blob/962f38384d582875b5504b7daa73cc4168db6d95/math/strumpack/Portfile P. S. Yeah, we could probably disable |
There are some changes here related to Scotch, which now uses CMake: |
Yes, |
Ok, so looks like CMake module does not respect configure argument and just forces MPI. If it is a bug in CMake, I can open an issue with its upstream. |
The check for MPI is in |
@pghysels Do you know if it is actually required though? If not, then it should be fixed in CMake, if possible. Or maybe restore a local module here, which worked fine. |
You can reinstall Scotch without MPI. Or build STRUMPACK with MPI (looks like you have MPI). |
Any idea why it does not respect disabling MPICH?
The text was updated successfully, but these errors were encountered: