Skip to content

Commit

Permalink
Update me with spack issue link: add conflict for [email protected]: with %…
Browse files Browse the repository at this point in the history
…intel
  • Loading branch information
climbfuji committed Dec 3, 2024
1 parent 7f03e7d commit db9efb7
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",
)

# LINK TO SPACK ISSUE MISSING
conflicts("%intel", when="@0.44:")

depends_on("c", type="build")
with when("build_system=meson"):
depends_on("[email protected]:", type="build")
Expand Down

0 comments on commit db9efb7

Please sign in to comment.