Add conflict for pixman with Intel Classic (#47922)
This commit is contained in:
parent
c1b2ac549d
commit
901cea7a54
@ -35,6 +35,9 @@ class Pixman(AutotoolsPackage, MesonPackage):
|
|||||||
default="meson",
|
default="meson",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# https://github.com/spack/spack/issues/47917
|
||||||
|
conflicts("%intel")
|
||||||
|
|
||||||
depends_on("c", type="build")
|
depends_on("c", type="build")
|
||||||
with when("build_system=meson"):
|
with when("build_system=meson"):
|
||||||
depends_on("meson@0.52:", type="build")
|
depends_on("meson@0.52:", type="build")
|
||||||
|
Loading…
Reference in New Issue
Block a user