fix binutils dep of spack itself (#37738)

This commit is contained in:
Harmen Stoppels
2023-05-19 21:02:36 +02:00
committed by GitHub
parent 8e634d8e49
commit 6358e84b48

View File

@@ -71,9 +71,8 @@ class Spack(Package):
depends_on("lmod@7.5.12:", type="run", when="@0.18:")
# Buildcache
# We just need the 'strings' executable, we don't want to install
# binutil's linkers.
depends_on("binutils~plugins~gold~libiberty~nls~headers~lto~ld~gas~interwork", type="run")
# We really just need the 'strings' from binutils
depends_on("binutils", type="run")
depends_on("gnupg", type="run")
depends_on("patchelf", type="run", when="platform=linux")
depends_on("patchelf", type="run", when="platform=cray")