Skip to content

Commit

Permalink
trying no whel repair! Swicthing ti CIBW parts
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 7, 2023
1 parent fd0e4b5 commit 025367f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ jobs:
run: |
python -m build
$env:wheel_name=Get-ChildItem -Path dist/* -Include *.whl
delvewheel repair -w dist $env:wheel_name
# delvewheel repair -w dist $env:wheel_name
- name: Install the wheel
run: |
python -m pip uninstall primate -y
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"

[tool.cibuildwheel.linux]
# before-build = "bash {project}/tools/cibw_linux.sh {project}"
before-build = ["ulimit -n 4096", "yum install -y clang", "yum install -y openblas"]
environment = { CC="clang", CXX="clang" }
3 changes: 2 additions & 1 deletion tools/cibw_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
# Get-Command rc.exe | Format-Table -AutoSize

choco install rtools -y --no-progress --force --version=4.0.0.20220206
set PATH=C:\rtools40\ucrt64\bin\;%PATH%
set PATH=C:\rtools40\ucrt64\bin\;%PATH%
refreshenv

0 comments on commit 025367f

Please sign in to comment.