Skip to content

Commit

Permalink
Move position of patch line
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Oct 4, 2024
1 parent 50f6efb commit 0fc4869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/llvm/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ 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")

@when("@14:17")
def patch(self):
# https://github.com/llvm/llvm-project/pull/69458
Expand All @@ -627,7 +629,6 @@ def patch(self):
string=True,
)

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

compiler_version_regex = (
# Normal clang compiler versions are left as-is
Expand Down

0 comments on commit 0fc4869

Please sign in to comment.