We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459ca77 commit 875867cCopy full SHA for 875867c
1 file changed
repos/spack_repo/builtin/packages/openblas/package.py
@@ -166,7 +166,7 @@ class Openblas(CMakePackage, MakefilePackage):
166
# https://github.com/OpenMathLib/OpenBLAS/pull/5796
167
patch(
168
"https://github.com/OpenMathLib/OpenBLAS/commit/88705a932831c0de1ed136b461c6c239802828b2.diff?full_index=1",
169
- when="@0.3.32",
+ when="@0.3.32:0.3.33",
170
sha256="723ddc1553b6d27ff89d96985f7732695935c0d4d8df766987702689bdb750ac",
171
)
172
0 commit comments