Skip to content

Commit

Permalink
mlir v17.0.6 (#59)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Nov 29, 2023
2 parents ca0f695 + 93d3281 commit a71874d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "17.0.5" %}
{% set version = "17.0.6" %}
{% set major_version = version.split(".")[0] %}

# as of LLVM 17, we expect an "rc" suffix for the release candidates
Expand All @@ -11,7 +11,7 @@ package:

source:
- url: https://github.com/llvm/llvm-project/releases/download/llvmorg-{{ version.replace(".rc", "-rc") }}/llvm-project-{{ version.replace(".rc", "rc") }}.src.tar.xz
sha256: 95d7eff82945cf05c16a1851d7b391fc2da726b87c1138125e3b6e4d300ab834
sha256: 58a8818c60e6627064f312dbf46c02d9949956558340938b71cf731ad8bc0813
patches:
# https://reviews.llvm.org/D99470
- patches/0001-Support-cross-compiling-standalone-MLIR.patch
Expand Down

0 comments on commit a71874d

Please sign in to comment.