Skip to content

Commit

Permalink
fix: flux-core needs libarchive with +iconv (spack#40541)
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
Co-authored-by: vsoch <[email protected]>
  • Loading branch information
vsoch and vsoch authored Oct 15, 2023
1 parent 7adeee0 commit 10999c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/flux-core/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class FluxCore(AutotoolsPackage):
conflicts("platform=darwin", msg="flux-core does not support MacOS based platforms.")
conflicts("platform=windows", msg="flux-core does not support Windows based platforms.")

depends_on("libarchive", when="@0.38.0:")
depends_on("libarchive+iconv", when="@0.38.0:")
depends_on("[email protected]:", when="@0.32.0:")
depends_on("[email protected]:")
depends_on("[email protected]:")
Expand Down

0 comments on commit 10999c0

Please sign in to comment.