Skip to content

Commit

Permalink
mlir-python-bindings v18.1.7 (#29)
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 Jun 8, 2024
2 parents 15ffd9b + cd46b10 commit 7cff22c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "18.1.6" %}
{% set version = "18.1.7" %}

package:
name: mlir-python-bindings
version: {{ version }}

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: bd4b4cb6374bcd5fc5a3ba60cb80425d29da34f316b8821abc12c0db225cf6b4
- url: https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-{{ version.replace(".rc", "-rc") }}.tar.gz
sha256: b60df7cbe02cef2523f7357120fb0d46cbb443791cde3a5fb36b82c335c0afc9
patches:
# https://reviews.llvm.org/D99470
- 0001-Support-cross-compiling-standalone-MLIR.patch
Expand Down

0 comments on commit 7cff22c

Please sign in to comment.