diff --git a/libclc.be0 b/libclc.be0 new file mode 100755 index 000000000..3402b7079 --- /dev/null +++ b/libclc.be0 @@ -0,0 +1,32 @@ +#!/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 \ + -DLIBCLC_TARGETS_TO_BUILD="amdgcn--;amdgcn--amdhsa;r600--;nvptx--;nvptx64--;nvptx--nvidiacl;nvptx64--nvidiacl" +} + +#mee_build() { +# start_cmd ninja -v -C ${B} ${BEE_NINJAFLAGS} "${@}" +#} + +#mee_install() { +# DESTDIR=${D} start_cmd ninja -C ${B} install "${@}" +#} diff --git a/mesalib.be0 b/mesalib.be0 index af64154a0..4ec908b03 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-21.1.5-0 +# BEE_VERSION mesalib-21.1.6-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -57,6 +57,7 @@ mee_configure() { bee_configure \ -Dbuildtype=release \ -Dgallium-drivers="nouveau,r600,radeonsi,svga,swrast,swr" \ + -Dgallium-opencl="icd" \ -Dvulkan-drivers="amd,intel" \ -Dosmesa=true \ -Dvalgrind=false \