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

mlir-python-bindings v19.1.0 #37

Merged
merged 10 commits into from
Oct 2, 2024
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
Loading