Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build_mlir_python_bindings_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
run: |

export MLIR_INCLUDE_TESTS=OFF
export CIBW_ENABLE="cpython-prerelease cpython-freethreading"
export CIBW_ENABLE="cpython-prerelease"
export CIBW_BUILD_VERBOSITY=3
export CIBW_MANYLINUX_AARCH64_IMAGE=quay.io/pypa/manylinux_2_34_aarch64
export CIBW_MANYLINUX_X86_64_IMAGE=quay.io/pypa/manylinux_2_34_x86_64
Expand All @@ -246,6 +246,7 @@ jobs:
export CIBW_ENVIRONMENT_PASS_LINUX="CMAKE_CXX_FLAGS CMAKE_C_FLAGS CMAKE_PREFIX_PATH MLIR_DIR WHEEL_VERSION MLIR_INCLUDE_TESTS"
export CIBW_REPAIR_WHEEL_COMMAND_LINUX="LD_LIBRARY_PATH=$CMAKE_PREFIX_PATH/lib auditwheel repair -w {dest_dir} {wheel}"
export CIBW_REPAIR_WHEEL_COMMAND_MACOS="DYLD_LIBRARY_PATH=$CMAKE_PREFIX_PATH/lib delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
export CIBW_REPAIR_WHEEL_COMMAND_WINDOWS=""
$python3_command -m cibuildwheel "$PWD/third_party/llvm-project/mlir/examples/standalone" --output-dir wheelhouse

- name: Upload artifacts
Expand Down
1 change: 1 addition & 0 deletions projects/eudsl-tblgen/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ before-build = [
]

[tool.cibuildwheel.windows]
audit-command = ""
before-build = [
"ccache -z"
]
Expand Down
4 changes: 2 additions & 2 deletions projects/mlir-python-bindings/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ MLIR_ENABLE_BINDINGS_PYTHON = "ON"
MLIR_BINDINGS_PYTHON_NB_DOMAIN = "mlir"

[tool.cibuildwheel]
enable = "cpython-prerelease cpython-freethreading"
enable = "cpython-prerelease"
build-verbosity = 3
manylinux-aarch64-image = "quay.io/pypa/manylinux_2_34_aarch64"
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_34_x86_64"
Expand Down Expand Up @@ -98,4 +98,4 @@ repair-wheel-command = [
[tool.cibuildwheel.windows]
build = "cp310-* cp311-* cp312-* cp313-* cp314-* cp314t-*"
skip = ["*-win32"]
# repair-wheel-command = "delvewheel repair -v -w {dest_dir} {wheel}"
repair-wheel-command = ""
2 changes: 1 addition & 1 deletion third_party/llvm-project
Submodule llvm-project updated 731 files
Loading