mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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>
14 lines
396 B
Makefile
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))
|