We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027d87d commit 5f5b938Copy full SHA for 5f5b938
repos/spack_repo/builtin/packages/openblas/package.py
@@ -287,6 +287,13 @@ class Openblas(CMakePackage, MakefilePackage):
287
when="@0.3.27 %oneapi",
288
)
289
290
+ # Fix arm64 HAVE_SME setting for DYNAMIC_ARCH builds using CMake
291
+ patch(
292
+ "https://github.com/OpenMathLib/OpenBLAS/commit/cdebb4fd4b2bbbf856e5abdcedbe9a5cf348ef8e.patch?full_index=1",
293
+ sha256="",
294
+ when="@0.3.30 +dynamic_dispatch target=aarch64:",
295
+ )
296
+
297
# Requires support for -mtune=generic
298
conflicts("%fortran=clang %llvm@18")
299
0 commit comments