Skip to content

Commit

Permalink
fixup: update packages for opensuse tumbleweed
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Nov 6, 2023
1 parent cc51a76 commit f463765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opensuse
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/kokkos/ci-containers/opensuse:latest

ARG MPI=openmpi2
ARG MPI=openmpi4

USER root
RUN zypper dup -y && \
zypper install -y \
${MPI}-devel fftw-devel valgrind gtest gmock hdf5-${MPI}-devel && \
${MPI}-devel fftw3-devel valgrind gtest gmock hdf5-${MPI}-devel && \
zypper clean

USER kokkos
Expand Down

0 comments on commit f463765

Please sign in to comment.