Config.in 459 B

1234567891011121314
  1. config BR2_PACKAGE_LIBCLC
  2. bool "libclc"
  3. depends on BR2_PACKAGE_LLVM_ARCH_SUPPORTS
  4. depends on BR2_HOST_GCC_AT_LEAST_7 # host-llvm
  5. help
  6. libclc is an open source, BSD licensed implementation of
  7. the library requirements of the OpenCL C programming language,
  8. as specified by the OpenCL 1.1 Specification.
  9. http://libclc.llvm.org/
  10. comment "libclc needs host gcc >= 7"
  11. depends on BR2_PACKAGE_LLVM_ARCH_SUPPORTS
  12. depends on !BR2_HOST_GCC_AT_LEAST_7