-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Build issue on Julia 1. #236
Comments
It looks like you don't have CMake installed. Try installing it and running |
I do have CMake installed, although I guess I didn't have it in PATH. Thanks! Can the error be improved here, somehow? It was unclear to me which part of the command failed, so knowing it was |
I am happy to accept pull requests that provide better error messages for the build process! |
Would that piece of code be part of the BinDeps package? |
It is unclear to me how to catch the error using BinDeps. Alternatively, we could try to avoid the error all together by using CMakeWrapper.jl which ensures that CMake is installed and provides a BinDeps.jl-compatible CMakeProcess class. |
CMake will no longer be required in the next release (fixed by #271). |
I can't build MPI on Julia 1.1:
This is using GCC 7.3 and OpenMPI 3.1, though it doesn't look like it probably matters here.
I see the build bot using Julia 0.7. Is this simply not compatible with Julia 1.0+?
The text was updated successfully, but these errors were encountered: