From 6358e84b48aa35583687d08b2ac6417528b555ba Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Fri, 19 May 2023 21:02:36 +0200 Subject: fix binutils dep of spack itself (#37738) --- var/spack/repos/builtin/packages/spack/package.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/spack/package.py b/var/spack/repos/builtin/packages/spack/package.py index a0e7fdcb07..e2a6c1d830 100644 --- a/var/spack/repos/builtin/packages/spack/package.py +++ b/var/spack/repos/builtin/packages/spack/package.py @@ -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") -- cgit v1.2.3-60-g2f50