Skip to content

Commit

Permalink
Update from update-package/flux-sched-2025-01-01 (#276)
Browse files Browse the repository at this point in the history
* Automated deployment to update package flux-sched 2025-01-01
* Add 0.40.0 back in

---------

Co-authored-by: github-actions <github-actions@users.noreply.github.com>
Co-authored-by: Vanessasaurus <814322+vsoch@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 2, 2025
1 parent c7ee3ff commit f5de24c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/flux-sched/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import os

import spack.util.executable
from spack.build_systems.autotools import AutotoolsBuilder
from spack.build_systems.cmake import CMakeBuilder
from spack.package import *
Expand Down Expand Up @@ -141,7 +140,7 @@ def setup(self):
git("fetch", "--unshallow")
git("config", "remote.origin.fetch", "+refs/heads/*:refs/remotes/origin/*")
git("fetch", "origin")
except spack.util.executable.ProcessError:
except ProcessError:
git("fetch")

def autoreconf(self, spec, prefix):
Expand Down

0 comments on commit f5de24c

Please sign in to comment.