File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ ENV DEBIAN_FRONTEND=noninteractive
1717
1818RUN apt-get update && \
1919 apt-get install -y \
20+ curl \
2021 git \
2122 lsb-release\
2223 wget \
@@ -36,10 +37,10 @@ RUN apt-get update && \
3637 cmake && \
3738 rm -rf /var/lib/apt/lists/*
3839
39-
40+ ENV HOME="/root"
4041RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
4142
42- ENV PATH="/root /.cargo/bin:${PATH}"
43+ ENV PATH="$HOME /.cargo/bin:${PATH}"
4344
4445
4546# Install Meson
Original file line number Diff line number Diff line change 152152 kokkos_option.add_cmake_defines({' Kokkos_ENABLE_OPENMP' : ' ON' })
153153 kokkos_option.add_cmake_defines({' Kokkos_ENABLE_HWLOC' : ' ON' })
154154 kokkos_option.add_cmake_defines({' Kokkos_ARCH_NATIVE' : ' ON' })
155+ kokkos.option.add_cmake_defines({' Kokkos_ARCH_AVX2' :' ON' })
155156 kokkos_option.add_cmake_defines({' CMAKE_POSITION_INDEPENDENT_CODE' : ' ON' })
156157 kokkos_option.add_cmake_defines({' Kokkos_ENABLE_DEPRECATED_CODE_4' : ' OFF' })
157158 kokkos_option.add_cmake_defines({' Kokkos_ENABLE_IMPL_VIEW_LEGACY' : ' OFF' })
You can’t perform that action at this time.
0 commit comments