From d6e32929550e0d2d0f49e444656198516651a35f Mon Sep 17 00:00:00 2001 From: Piotr Sacharuk <107190444+PiotrSacharuk@users.noreply.github.com> Date: Tue, 4 Mar 2025 23:28:33 +0100 Subject: [PATCH] flux-sched: Apply workarounds for oneAPI compiler for problem with build (#49282) --- var/spack/repos/builtin/packages/flux-sched/package.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/var/spack/repos/builtin/packages/flux-sched/package.py b/var/spack/repos/builtin/packages/flux-sched/package.py index 4409523bc03..0e797b94c4c 100644 --- a/var/spack/repos/builtin/packages/flux-sched/package.py +++ b/var/spack/repos/builtin/packages/flux-sched/package.py @@ -111,6 +111,12 @@ class FluxSched(CMakePackage, AutotoolsPackage): patch("no-valgrind.patch", when="@:0.20.0") patch("jobid-sign-compare-fix.patch", when="@:0.22.0") + patch( + "https://github.com/flux-framework/flux-sched/pull/1338.patch?full_index=1", + when="@0.42.2 %oneapi@2025:", + sha256="b46579efa70176055f88493caa3fefbfea5a5663a33d9c561b71e83046f763c5", + ) + def url_for_version(self, version): """ Flux uses a fork of ZeroMQ's Collective Code Construction Contract