Skip to content

Commit

Permalink
spirv-llvm-translator: Add version 12.0.0
Browse files Browse the repository at this point in the history
Needed for libclc.

    llvm-spirv: LLVM_SPIRV-NOTFOUND

    CMake Error at CMakeLists.txt:115 (message):
      SPIR-V targets requested, but spirv-tools is not installed
  • Loading branch information
pmenzel committed Aug 4, 2021
1 parent 4efdb49 commit ac6f934
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions spirv-llvm-translator.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#!/usr/bin/env beesh

# BEE_VERSION spirv-llvm-translator-12.0.0-0

SRCURL[0]="https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v${PKGVERSION}.tar.gz spirv-llvm-translator-${PKGVERSION}.be0"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit ac6f934

Please sign in to comment.