Skip to content

Commit

Permalink
extrae: relax requirements on binutils (spack#47893)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraciahlrs authored Dec 10, 2024
1 parent 36f3566 commit 42333ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/extrae/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ class Extrae(AutotoolsPackage):
depends_on("elf", type="link")
depends_on("libxml2")
depends_on("numactl")
depends_on("binutils+libiberty@:2.33")
depends_on("binutils+libiberty@:2.33", when="@:4.0.1")
depends_on("binutils+libiberty", when="@4.0.2:")
depends_on("gettext")
# gettext dependency added to find -lintl
# https://www.gnu.org/software/gettext/FAQ.html#integrating_undefined
Expand Down

0 comments on commit 42333ad

Please sign in to comment.