14 lines
395 B
Makefile
14 lines
395 B
Makefile
|
################################################################################
|
||
|
#
|
||
|
# clpeak
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
CLPEAK_VERSION = 1.1.2
|
||
|
CLPEAK_SITE = $(call github,krrishnarraj,clpeak,$(CLPEAK_VERSION))
|
||
|
CLPEAK_LICENSE = Unlicense
|
||
|
CLPEAK_LICENSE_FILES = LICENSE
|
||
|
CLPEAK_DEPENDENCIES = libopencl opencl-clhpp
|
||
|
|
||
|
$(eval $(cmake-package))
|