-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support Trilinos-based Kokkos installation. #12
Comments
The follow changes to CMakeLists.txt will support a shared library build of Compose, linking against Kokkos inside of Trilinos built with shared libraries. I use the CMake variable "KOKKOS_IN_TRILINOS," but obviously this can be changed to whatever you would like. Also, this has not been tested on a static library build, or against Trilinos built as static libraries.
|
PR #19 permits installation as a shared library. Trilinos-based Kokkos support will be a separate PR. |
No description provided.
The text was updated successfully, but these errors were encountered: