mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-03-01 22:21:46 +00:00
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
11 lines
331 B
Plaintext
11 lines
331 B
Plaintext
config BR2_PACKAGE_LIBCLC
|
|
bool "libclc"
|
|
depends on BR2_PACKAGE_LLVM_ARCH_SUPPORTS
|
|
depends on BR2_HOST_GCC_AT_LEAST_4_8
|
|
help
|
|
libclc is an open source, BSD licensed implementation of
|
|
the library requirements of the OpenCL C programming language,
|
|
as specified by the OpenCL 1.1 Specification.
|
|
|
|
http://libclc.llvm.org/
|