Skip to content

Commit

Permalink
mlir-python-bindings v19.1.1 (#40)
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 Oct 10, 2024
2 parents 300c513 + 701f272 commit d327af1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .scripts/build_steps.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.

2 changes: 1 addition & 1 deletion build-locally.py

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,12 +1,12 @@
{% set version = "19.1.0" %}
{% set version = "19.1.1" %}

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: 5042522b49945bc560ff9206f25fb87980a9b89b914193ca00d961511ff0673c
sha256: d40e933e2a208ee142898f85d886423a217e991abbcd42dd8211f507c93e1266
patches:
# https://reviews.llvm.org/D99470
- 0001-Support-cross-compiling-standalone-MLIR.patch
Expand Down

0 comments on commit d327af1

Please sign in to comment.