We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f3566 commit 42333adCopy full SHA for 42333ad
var/spack/repos/builtin/packages/extrae/package.py
@@ -82,7 +82,8 @@ class Extrae(AutotoolsPackage):
82
depends_on("elf", type="link")
83
depends_on("libxml2")
84
depends_on("numactl")
85
- depends_on("binutils+libiberty@:2.33")
+ depends_on("binutils+libiberty@:2.33", when="@:4.0.1")
86
+ depends_on("binutils+libiberty", when="@4.0.2:")
87
depends_on("gettext")
88
# gettext dependency added to find -lintl
89
# https://www.gnu.org/software/gettext/FAQ.html#integrating_undefined
0 commit comments