From 8ca4eaea34db89f4c8ab7084b19dc37b38e72d14 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Mon, 3 Nov 2025 12:52:27 -0700 Subject: [PATCH] fedora: add flang compiler runtime --- fedora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora b/fedora index 528fccf..014b797 100644 --- a/fedora +++ b/fedora @@ -3,7 +3,7 @@ FROM registry.fedoraproject.org/fedora:${TAG} RUN ( dnf -y update || dnf -y update ) && \ dnf -y install \ - make ccache clang clang-tools-extra cmake compiler-rt flang gcc-c++ gcc-gfortran git hpx-devel hwloc-devel libomp-devel llvm ninja-build sudo vim-minimal wget zstd && \ + make ccache clang clang-tools-extra cmake compiler-rt flang flang-runtime gcc-c++ gcc-gfortran git hpx-devel hwloc-devel libomp-devel llvm ninja-build sudo vim-minimal wget zstd && \ dnf clean all RUN useradd -m -G wheel -u 1001 kokkos