Skip to content

Commit

Permalink
Merge pull request #241 from flux-framework/update-package/flux-sched…
Browse files Browse the repository at this point in the history
…-2024-09-18

Update from update-package/flux-sched-2024-09-18
  • Loading branch information
vsoch authored Sep 18, 2024
2 parents ed1d238 + f44e301 commit 26ce6f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/flux-sched/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ class FluxSched(CMakePackage, AutotoolsPackage):
depends_on("uuid")
depends_on("pkgconfig")
conflicts("%gcc@:9.3", when="@0.34:")
conflicts("%gcc@:11", when="@0.37:", msg="gcc version must be 12 or higher")
conflicts("%clang@:14", when="@0.37:", msg="clang must be version 15 or higher")
depends_on("[email protected]:", when="+docs", type="build")

depends_on("flux-core", type=("build", "link", "run"))
Expand Down

0 comments on commit 26ce6f5

Please sign in to comment.