From 93570c1faffc8d875497fe03e9adf5a21fc84a65 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Thu, 13 Feb 2025 12:33:23 -0700 Subject: [PATCH] fedora: installed patch hpx --- fedora | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora b/fedora index 528fccf..91d8350 100644 --- a/fedora +++ b/fedora @@ -4,6 +4,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 && \ + dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-7ac77a9436 && \ dnf clean all RUN useradd -m -G wheel -u 1001 kokkos