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
{\scriptsize See the \href{https://kokkos.org/kokkos-core-wiki/get-started/requirements.html}{Kokkos documentation} for the minimum supported compilers and hardware for each release.}
85
+
83
86
\vspace{2eM}
84
87
\textbf{How do I control cmake's search procedure?}
85
88
@@ -331,7 +334,7 @@
331
334
\item Step 1: Declare dependency on specific version of kokkos (4.x or develop)
332
335
\begin{shell}
333
336
class myLib(CMakePackage):
334
-
depends_on('kokkos@4.2')
337
+
depends_on('kokkos@X.Y') # Replace X.Y with your minimum required Kokkos version
335
338
\end{shell}
336
339
\item Step 2: Add build rule pointing to Spack-installed Kokkos and same C\texttt{++} compiler Kokkos uses
0 commit comments