Skip to content

Commit

Permalink
Add missing ipo filter (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
psakievich authored Jul 17, 2024
1 parent cb7e152 commit adb545d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/manager_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def repl(match):
return spack_path_resolve(path, default_wd=default_wd)


def pruned_spec_string(spec, variants_to_omit=["dev_path=", "patches=", "build_system="]):
def pruned_spec_string(spec, variants_to_omit=["ipo", "dev_path=", "patches=", "build_system="]):
full_spec = spec.format("{name}{@version}{%compiler}{variants}{arch=architecture}")

# add spaces between variants so we can filter
Expand Down

0 comments on commit adb545d

Please sign in to comment.