File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,14 @@ jobs:
4040 curl -o openblas.zip -L --ssl-no-revoke --url https://sourceforge.net/projects/openblas/files/v0.3.29/OpenBLAS-0.3.29_x64.zip &&
4141 unzip openblas.zip &&
4242 set PATH=${{ github.workspace }}/openblas/bin:${PATH}
43- 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 "
44- CIBW_ENVIRONMENT_WINDOWS : GENTEN_DLL_PATH=${{ github.workspace }}/openblas/bin
43+ CIBW_CONFIG_SETTINGS_WINDOWS : " cmake.args=-DLAPACK_LIBS=${{ steps.strings.outputs.openblas_lib }};-DPYGENTEN_SERIAL=ON;-DENABLE_PYTHON_EMBED=OFF"
44+ # CIBW_ENVIRONMENT_WINDOWS: GENTEN_DLL_PATH=${{ github.workspace }}/openblas/bin
4545 CIBW_BEFORE_BUILD_WINDOWS : " pip install delvewheel"
4646 CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair --add-path ${{ github.workspace }}/openblas/bin -w {dest_dir} {wheel}"
4747 CIBW_TEST_REQUIRES : pytest pyttb
4848 CIBW_TEST_SOURCES : python/test data
4949 CIBW_TEST_COMMAND : >
50- ls &&
5150 pytest python/test
52- # CIBW_TEST_COMMAND: >
53- # cd {package} && ls &&
54- # pytest python/test
5551
5652 - name : Upload distributions
5753 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments