Skip to content

Commit

Permalink
Update from update-package/flux-sched-2024-07-24 (#207)
Browse files Browse the repository at this point in the history
* Automated deployment to update package flux-sched 2024-07-24
* add back 0.36.1

Co-authored-by: Vanessasaurus <[email protected]>
  • Loading branch information
github-actions[bot] and vsoch authored Jul 25, 2024
1 parent bcbccb2 commit 548df27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/flux-sched/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ class FluxSched(CMakePackage, AutotoolsPackage):
version("0.18.0", sha256="a4d8a6444fdb7b857b26f47fdea57992b486c9522f4ff92d5a6f547d95b586ae")
version("0.17.0", sha256="5acfcb757e2294a92eaa91be58ba9b42736b88b42d2937de4a78f4642b1c4933")

depends_on("c", type="build") # generated
depends_on("cxx", type="build") # generated

# Avoid the infinite symlink issue
# This workaround is documented in PR #3543
build_directory = "spack-build"
Expand Down

0 comments on commit 548df27

Please sign in to comment.