14 lines
517 B
Bash
14 lines
517 B
Bash
# Template file for 'opencl-clhpp'
|
|
pkgname=opencl-clhpp
|
|
version=2.0.12
|
|
revision=1
|
|
wrksrc="OpenCL-CLHPP-${version}"
|
|
build_style=cmake
|
|
configure_args="-DBUILD_TESTS=OFF -DBUILD_EXAMPLES=OFF"
|
|
short_desc="OpenCL Host API C++ bindings (cl.hpp and cl2.hpp)"
|
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
|
license="Apache-2.0"
|
|
homepage="http://www.khronos.org/registry/cl/"
|
|
distfiles="https://github.com/KhronosGroup/OpenCL-CLHPP/archive/v$version.tar.gz"
|
|
checksum=20b28709ce74d3602f1a946d78a2024c1f6b0ef51358b9686612669897a58719
|