Skip to content

Commit 42333ad

Browse files
authored
extrae: relax requirements on binutils (spack#47893)
1 parent 36f3566 commit 42333ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

var/spack/repos/builtin/packages/extrae/package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ class Extrae(AutotoolsPackage):
8282
depends_on("elf", type="link")
8383
depends_on("libxml2")
8484
depends_on("numactl")
85-
depends_on("binutils+libiberty@:2.33")
85+
depends_on("binutils+libiberty@:2.33", when="@:4.0.1")
86+
depends_on("binutils+libiberty", when="@4.0.2:")
8687
depends_on("gettext")
8788
# gettext dependency added to find -lintl
8889
# https://www.gnu.org/software/gettext/FAQ.html#integrating_undefined

0 commit comments

Comments
 (0)