Skip to content

Commit 901cea7

Browse files
authored
Add conflict for pixman with Intel Classic (spack#47922)
1 parent c1b2ac5 commit 901cea7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

var/spack/repos/builtin/packages/pixman/package.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ class Pixman(AutotoolsPackage, MesonPackage):
3535
default="meson",
3636
)
3737

38+
# https://github.com/spack/spack/issues/47917
39+
conflicts("%intel")
40+
3841
depends_on("c", type="build")
3942
with when("build_system=meson"):
4043
depends_on("[email protected]:", type="build")

0 commit comments

Comments
 (0)