-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add SuperLU as optional CMake TPL #545
Comments
My recommendation is to just do a simple TPL find. We could potentially also add a |
@jjwilke I like your recommendation; the need for SuperLU in this case is for a specialization of sptrsv but will not be important to the rest of kokkos-kernels. |
Add the necessary CMake options to enable SuperLU. This is tricky....
Not clear how much error checking and validation we want to engineer into the CMake. It's very easy to add a basic TPL that just finds
libsuperlu
and adds the include path. It will be very difficult to figure out exactly how SuperLU was installed and generate good diagnostic messages.The text was updated successfully, but these errors were encountered: