Skip to content

Commit

Permalink
Merge pull request #37 from regro-cf-autotick-bot/19.1.0_hecbb79
Browse files Browse the repository at this point in the history
mlir-python-bindings v19.1.0
  • Loading branch information
h-vetinari authored Oct 2, 2024
2 parents 8d6a454 + 7b3c4d1 commit 300c513
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 16 deletions.
27 changes: 27 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy2.0python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ channel_sources:
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
- clang_bootstrap
cxx_compiler_version:
- '17'
macos_machine:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy2.0python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ channel_sources:
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
- clang_bootstrap
cxx_compiler_version:
- '17'
macos_machine:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy2.0python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ channel_sources:
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
- clang_bootstrap
cxx_compiler_version:
- '17'
macos_machine:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy2.0python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ channel_sources:
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
- clang_bootstrap
cxx_compiler_version:
- '17'
macos_machine:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy2python3.13.____cp313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ channel_sources:
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
- clang_bootstrap
cxx_compiler_version:
- '17'
macos_machine:
Expand Down
4 changes: 4 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
azure:
free_disk_space: true
settings_linux:
swapfile_size: 15GiB
bot:
version_updates:
sources:
Expand Down
11 changes: 4 additions & 7 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
c_compiler: # [osx and arm64]
- clang_bootstrap # [osx and arm64]
cxx_compiler: # [osx and arm64]
- clang_bootstrap # [osx and arm64]
# needs newer macos from LLVM 17
c_stdlib_version: # [osx and x86_64]
- "10.13" # [osx and x86_64]
c_compiler: # [osx]
- clang_bootstrap # [osx]
cxx_compiler: # [osx]
- clang_bootstrap # [osx]
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set version = "18.1.8" %}
{% set version = "19.1.0" %}

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: 0b58557a6d32ceee97c8d533a59b9212d87e0fc4d2833924eb6c611247db2f2a
- 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
patches:
# https://reviews.llvm.org/D99470
- 0001-Support-cross-compiling-standalone-MLIR.patch

build:
number: 2
number: 0
always_include_files:
# Must overwrite cmake metadata from mlir
- lib/cmake/mlir/ # [unix]
Expand Down

0 comments on commit 300c513

Please sign in to comment.