patchelf@0.18.0 breaks intel compiler libraries (#39253)

This commit is contained in:
Stephen Sachs 2023-08-03 19:33:48 +02:00 committed by GitHub
parent 95391dfe94
commit cfadba47d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,8 @@ class IntelOneapiCompilers(IntelOneApiPackage):
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
# cannot express that properly. For now, add conflicts for non-gcc compilers