Skip to content

Commit

Permalink
Add missing @ to when=
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Oct 15, 2024
1 parent 2d0233e commit 8c057d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/py-tensorflow/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ class PyTensorflow(Package, CudaPackage, ROCmPackage, PythonExtension):
patch(
"https://raw.githubusercontent.com/getsolus/packages/dfc56ba57a8af8233a635e309b499ff5d27992f4/packages/t/tensorflow/files/fix-clang-18.diff",
sha256="10d730b59284843d6c9ba92668b068582e51d5cdfc7ccfe8e26791ad0f41d4ac",
when="2.15.0"
when="@2.15.0"
)
phases = ["configure", "build", "install"]

Expand Down

0 comments on commit 8c057d1

Please sign in to comment.