Skip to content

Commit

Permalink
llvm add level=0 for Z3 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Oct 4, 2024
1 parent f6b9f99 commit cd64a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/llvm/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ class Llvm(CMakePackage, CudaPackage, LlvmDetection, CompilerPackage):

patch("sanitizer-platform-limits-posix-xdr-macos.patch", when="@10:14 platform=darwin")

patch("llvm-cmake-modules-FindZ3.patch", when="@14.0.6")
patch("llvm-cmake-modules-FindZ3.patch", level=0, when="@14.0.6")

@when("@14:17")
def patch(self):
Expand Down

0 comments on commit cd64a49

Please sign in to comment.