Skip to content

Commit

Permalink
Merge pull request #43 from kokkos/add_hpx
Browse files Browse the repository at this point in the history
fedora: add hpx
  • Loading branch information
junghans authored Nov 21, 2023
2 parents 3f22867 + 85d457a commit 75503fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG INTEL

RUN ( dnf -y update || dnf -y update ) && \
dnf -y install \
make cmake git gcc-c++ gcc-gfortran ccache vim-minimal clang llvm compiler-rt sudo clang-tools-extra ninja-build libomp-devel wget zstd hwloc-devel flang flang-devel && \
make cmake git gcc-c++ gcc-gfortran ccache vim-minimal clang llvm compiler-rt sudo clang-tools-extra ninja-build libomp-devel wget zstd hwloc-devel flang flang-devel hpx-devel && \
dnf clean all

RUN if [ "${INTEL}" = "yes" ]; then \
Expand Down

0 comments on commit 75503fb

Please sign in to comment.