-
Notifications
You must be signed in to change notification settings - Fork 196
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
Incomplete CMake config #673
Comments
IMHO there should be only one build system supported, otherwise they will always diverge at some point. Is there a reason to keep the configure script and Makefiles instead of moving towards CMake? |
Hi @stgeke and @lahwaacz . We are working on the CMake support for this. Regarding having two build systems, I agree that it is difficult to support two, and it would be better from a maintenance point-of-view to only have one. However, for the moment we will need to continue this way because we have important customers who use the autoconf system (our original build system) and we want to make sure they have migrated over to CMake before we consider dropping autoconf. Also, our main developers are more familiar with autoconf and it will take some time for us to fully embrace CMake as our primary build tool, but that is the plan. However, please tell us when you find inconsistencies or problems with either system. It is very helpful. Thanks! |
We are hoping to use HIP through CMake, but are also looking into selectively supporting autotools builds (see ECP-copa/Cabana#658). Any updates here or thoughts on whether we could plausibly help with adding HIP CMake support? |
Any updates on this? In particular HIP + CMake support. |
Important options are missing
The text was updated successfully, but these errors were encountered: