Skip to content

Commit

Permalink
Add google benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Dec 20, 2024
1 parent 63728e6 commit 69d8e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci-fedora.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN dnf -y update && \
kokkos-devel \
python3-devel \
python3-pip \
google-benchmark \
google-benchmark-devel \
environment-modules \
&& \
dnf clean all && \
Expand Down
1 change: 1 addition & 0 deletions ci-intel.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
python3-venv \
wget \
liblapack-dev \
libbenchmark-dev \
&& rm -rf /var/lib/apt/lists/*

# NO MORE APT INSTALLS AFTER THIS LINE
Expand Down

0 comments on commit 69d8e78

Please sign in to comment.