[packages/mimalloc] up to 2.2.4
atler
atler at pld-linux.org
Fri Aug 29 21:16:53 CEST 2025
commit 35c1853a56067e64e1dbcc7fe145d33db6080cb9
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Aug 29 21:15:18 2025 +0200
up to 2.2.4
arm-arch-pattern.patch | 2 +-
mimalloc.spec | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mimalloc.spec b/mimalloc.spec
index fbe5c7c..fa42621 100644
--- a/mimalloc.spec
+++ b/mimalloc.spec
@@ -8,12 +8,12 @@
Summary: Compact general purpose allocator with excellent performance
Summary(pl.UTF-8): Mały alokator pamięci ogólnego przeznaczenia, o dobrej wydajności
Name: mimalloc
-Version: 2.2.3
+Version: 2.2.4
Release: 1
License: MIT
Group: Libraries
Source0: https://github.com/microsoft/mimalloc/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 63ea5d19341717593a45e7a01138b82e
+# Source0-md5: d9a0a1cd7414493fbd9a04b1a13925be
Patch0: %{name}-build_type.patch
Patch1: arm-arch-pattern.patch
URL: https://github.com/microsoft/mimalloc
diff --git a/arm-arch-pattern.patch b/arm-arch-pattern.patch
index 5af4e34..0a696f4 100644
--- a/arm-arch-pattern.patch
+++ b/arm-arch-pattern.patch
@@ -4,7 +4,7 @@
set(MI_ARCH "x64")
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(aarch64|arm64|armv[89].?|ARM64)$" OR CMAKE_GENERATOR_PLATFORM STREQUAL "ARM64" OR "arm64" IN_LIST CMAKE_OSX_ARCHITECTURES)
set(MI_ARCH "arm64")
--elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(arm|armv[34567]|ARM)$")
+-elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(arm|armv[34567].?|ARM)$")
+elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(arm|armv[34567][^0-9]*|ARM)$")
set(MI_ARCH "arm32")
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(riscv|riscv32|riscv64)$")
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mimalloc.git/commitdiff/35c1853a56067e64e1dbcc7fe145d33db6080cb9
More information about the pld-cvs-commit
mailing list