-
Notifications
You must be signed in to change notification settings - Fork 15
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
CMake Error at CMakeLists.txt:379 (include): include could not find requested file: .../magma/CMake.src.cuda #22
Comments
I don't know if CMake is supported, because I had to generate this file using the Makefile build system, which I thought was an alternative to CMake. Anyways, I am building the non-CMake way now. |
The CMake support is indeed a bit weird |
So just to confirm, did you try the CMake configure again after the |
i just used the Makefile. i dislike CMake but it seems to be the preferred way for a lot of projects, so i started there. i am very happy to avoid it and am glad that UTK still invests in pure Make. |
We do generally recommend the Makefile build. I get the impression that the CMake option is more commonly used by other projects who use CMake and want to include MAGMA. But the non-standard CMake use is a bit of a problem. |
In response to #21, I am trying to build the git version (2716e3f), but it fails as follows.
The text was updated successfully, but these errors were encountered: