Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llvm-spirv v18.1.1 #26

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "llvm-spirv" %}
{% set version = "18.1.0" %}
{% set version = "18.1.1" %}
{% set llvm_version = ".".join(version.split(".")[:2]) %}
{% set major = version.split('.')[0] %}
# https://www.phoronix.com/news/LLVM-N-1-Stable-Versioning
Expand All @@ -15,7 +15,7 @@ package:

source:
url: https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/v{{ version.replace("_", "-") }}.tar.gz
sha256: 78a770eff24d5ffe2798479845adec4b909cbf058ddc55830ea00fa7d2c1698a
sha256: c1c7aee4ea23a6a1089bb7f7bad198c28ada65c5b7671434562fe0241d8674d6

build:
number: 0
Expand Down