Skip to content
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

kokkos_generated_settings.cmake placement is inconsistent #1771

Closed
jgfouca opened this issue Aug 28, 2018 · 1 comment
Closed

kokkos_generated_settings.cmake placement is inconsistent #1771

jgfouca opened this issue Aug 28, 2018 · 1 comment
Assignees
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)

Comments

@jgfouca
Copy link
Contributor

jgfouca commented Aug 28, 2018

The critical file, kokkos_generated_settings.cmake, which is key to any cmake package's use of kokkos, does not get put in a consistent place, which introduces confusion.

When you build and install with generate_makefile, the file lives here:
$prefix/kokkos_generated_settings.cmake

When you build and install with cmake, the file lives here:
$prefix/lib/cmake/Kokkos/kokkos_generated_settings.cmake

@crtrott crtrott added the Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) label Aug 28, 2018
@jgfouca
Copy link
Contributor Author

jgfouca commented Aug 29, 2018

I don't have admin rights to assign myself, but I have agreed to take this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)
Projects
None yet
Development

No branches or pull requests

2 participants