patchelf@0.18.0 breaks intel compiler libraries (#39253)
This commit is contained in:
parent
95391dfe94
commit
cfadba47d3
@ -165,7 +165,8 @@ class IntelOneapiCompilers(IntelOneApiPackage):
|
|||||||
|
|
||||||
homepage = "https://software.intel.com/content/www/us/en/develop/tools/oneapi.html"
|
homepage = "https://software.intel.com/content/www/us/en/develop/tools/oneapi.html"
|
||||||
|
|
||||||
depends_on("patchelf", type="build")
|
# See https://github.com/spack/spack/issues/39252
|
||||||
|
depends_on("patchelf@:0.17", type="build")
|
||||||
|
|
||||||
# TODO: effectively gcc is a direct dependency of intel-oneapi-compilers, but we
|
# TODO: effectively gcc is a direct dependency of intel-oneapi-compilers, but we
|
||||||
# cannot express that properly. For now, add conflicts for non-gcc compilers
|
# cannot express that properly. For now, add conflicts for non-gcc compilers
|
||||||
|
Loading…
Reference in New Issue
Block a user