Files
buildroot/package/clpeak/clpeak.mk
Julien Olivain 14272869eb package/clpeak: bump version to 1.1.5
For release notes since 1.1.2, see:
https://github.com/krrishnarraj/clpeak/releases/tag/1.1.3
https://github.com/krrishnarraj/clpeak/releases/tag/1.1.4
https://github.com/krrishnarraj/clpeak/releases/tag/1.1.5

The package license changed from Unlicensed to Apache-2.0 in upstream
commit [1]. This commit updates _LICENSE and the license file hash
accordingly.

[1] 65e5724513

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
2025-07-06 16:18:11 +02:00

14 lines
396 B
Makefile

################################################################################
#
# clpeak
#
################################################################################
CLPEAK_VERSION = 1.1.5
CLPEAK_SITE = $(call github,krrishnarraj,clpeak,$(CLPEAK_VERSION))
CLPEAK_LICENSE = Apache-2.0
CLPEAK_LICENSE_FILES = LICENSE
CLPEAK_DEPENDENCIES = libopencl opencl-clhpp
$(eval $(cmake-package))