You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Adds 4d-7d support for kokkos_allocate_view()
Makes CMake installation put products in more standard location
-- Fortran modules and C++ header files will go in $INSTALL_ROOT/include
-- Libraries and CMake files will go in $INSTALL_ROOT/lib or $INSTALL_ROOT/lib64 (as appropriate for the platform)
Fixes some erroneous behaviour in CMake target exporting
-- Was a trailing "" on imported include directories, and that is now absent.