From d5cccad9a3931f4ffe1be3f6f7d2feeb8eec519d Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Wed, 3 Dec 2025 22:47:06 +0100 Subject: [PATCH] package/psimd: fix cmake 4 compatibility The current upstream repo shows this note: "This repository was archived by the owner on May 27, 2024. It is now read-only." Switched to fork whose only difference is a commit fixing build errors with cmake 4: https://github.com/snest/psimd/commit/4674816f56757dbd99b297cb5647f2520df08db1 Since this commit changes _SITE, the package homepage url is also update to the same location. Fixes: https://autobuild.buildroot.net/results/130/13084ca4df5ae91d72f46ef51873676b05398ec9/ Signed-off-by: Bernd Kuhls [Julien: change homepage url in Config.in and add commit log comment] Signed-off-by: Julien Olivain --- package/psimd/Config.in | 2 +- package/psimd/psimd.hash | 2 +- package/psimd/psimd.mk | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/psimd/Config.in b/package/psimd/Config.in index c5c51ca2ef..32ce17d858 100644 --- a/package/psimd/Config.in +++ b/package/psimd/Config.in @@ -3,4 +3,4 @@ config BR2_PACKAGE_PSIMD help Portable 128-bit SIMD intrinsics. - https://github.com/Maratyszcza/psimd + https://github.com/snest/psimd diff --git a/package/psimd/psimd.hash b/package/psimd/psimd.hash index 5692e79bd6..69481438e4 100644 --- a/package/psimd/psimd.hash +++ b/package/psimd/psimd.hash @@ -1,4 +1,4 @@ # Locally calculated -sha256 f6c4dab91ae9a03b3019e7cab0572743afd0e1b6e75b97fcca50259c737c924e psimd-072586a71b55b7f8c584153d223e95687148a900.tar.gz +sha256 8934a8dff062663331a17588dfb771940be9d22887596c8ca77e25026c2adc6f psimd-4674816f56757dbd99b297cb5647f2520df08db1.tar.gz # License files, locally calculated sha256 984ce1e0b8ee89d234e28b960381f240e03a07a8031f35012f9c3256f56964e2 LICENSE diff --git a/package/psimd/psimd.mk b/package/psimd/psimd.mk index be0090a32f..cf6562a3f4 100644 --- a/package/psimd/psimd.mk +++ b/package/psimd/psimd.mk @@ -4,8 +4,8 @@ # ################################################################################ -PSIMD_VERSION = 072586a71b55b7f8c584153d223e95687148a900 -PSIMD_SITE = $(call github,Maratyszcza,psimd,$(PSIMD_VERSION)) +PSIMD_VERSION = 4674816f56757dbd99b297cb5647f2520df08db1 +PSIMD_SITE = $(call github,snest,psimd,$(PSIMD_VERSION)) PSIMD_LICENSE = MIT PSIMD_LICENSE_FILES = LICENSE PSIMD_INSTALL_STAGING = YES