Add conflict for pixman with Intel Classic (#47922)

This commit is contained in:
Dom Heinzeller 2024-12-05 10:14:57 -07:00 committed by GitHub
parent c1b2ac549d
commit 901cea7a54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,9 @@ class Pixman(AutotoolsPackage, MesonPackage):
default="meson",
)
# https://github.com/spack/spack/issues/47917
conflicts("%intel")
depends_on("c", type="build")
with when("build_system=meson"):
depends_on("meson@0.52:", type="build")