Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libclc: Add version 12.0.1
[Description][1]:

> libclc is an open source, BSD/MIT dual licensed implementation of the
> library requirements of the OpenCL C programming language, as specified
> by the OpenCL 1.1 Specification.

Building Mesa 3D with OpenCL support (`-Dgallium-opencl="icd"`) requires
LLVM’s libclc.

    Run-time dependency libclc found: NO (tried pkgconfig and cmake)

    ../source/meson.build:849:2: ERROR: Dependency "libclc" not found, tried pkgconfig and cmake

[1]: https://libclc.llvm.org/
  • Loading branch information
pmenzel committed Aug 5, 2021
1 parent d680f20 commit 9b111e3
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions libclc.be0
@@ -0,0 +1,31 @@
#!/usr/bin/env beesh

# BEE_VERSION libclc-12.0.1-0

SRCURL[0]="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PKGVERSION}/libclc-${PKGVERSION}.src.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# start_cmd ninja -v -C ${B} ${BEE_NINJAFLAGS} "${@}"
#}

#mee_install() {
# DESTDIR=${D} start_cmd ninja -C ${B} install "${@}"
#}

0 comments on commit 9b111e3

Please sign in to comment.