We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7a600 commit 8d71a0fCopy full SHA for 8d71a0f
.github/workflows/build_and_publish_to_pypi_windows.yml
@@ -53,7 +53,7 @@ jobs:
53
CIBW_CONFIG_SETTINGS_WINDOWS: "cmake.args=-DLAPACK_LIBS=${{ steps.strings.outputs.openblas_lib }};-DPYGENTEN_SERIAL=ON;-DENABLE_PYTHON_EMBED=OFF;-DENABLE_REAL_TIME_CLOCK=OFF"
54
CIBW_ENVIRONMENT_WINDOWS: GENTEN_DLL_PATH=${{ github.workspace }}/openblas/bin
55
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
56
- CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}"
+ CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair --add-path ${{ github.workspace }}/openblas/bin -w {dest_dir} {wheel}"
57
# CIBW_TEST_REQUIRES: pytest pyttb
58
# CIBW_TEST_COMMAND: >
59
# cd {package} &&
0 commit comments