Skip to content

Commit

Permalink
Add conflict for pixman with Intel Classic
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Dec 4, 2024
1 parent 7f03e7d commit 980763c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions var/spack/repos/builtin/packages/pixman/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ class Pixman(AutotoolsPackage):
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")
Expand Down

0 comments on commit 980763c

Please sign in to comment.