Files
buildroot/package/psimd/psimd.mk
Bernd Kuhls d5cccad9a3 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:
4674816f56

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 <bernd@kuhls.net>
[Julien: change homepage url in Config.in and add commit log comment]
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-12-07 16:43:17 +01:00

16 lines
444 B
Makefile

################################################################################
#
# psimd
#
################################################################################
PSIMD_VERSION = 4674816f56757dbd99b297cb5647f2520df08db1
PSIMD_SITE = $(call github,snest,psimd,$(PSIMD_VERSION))
PSIMD_LICENSE = MIT
PSIMD_LICENSE_FILES = LICENSE
PSIMD_INSTALL_STAGING = YES
# Only installs a header
PSIMD_INSTALL_TARGET = NO
$(eval $(cmake-package))