Skip to content

Commit 670397e

Browse files
authored
Update build_wheels_windows.yml
1 parent 757388d commit 670397e

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
)
8383
8484
echo Using architecture: %ARCH%
85-
85+
mkdir openblas
86+
cd openblas
8687
mkdir %FOLDER%
8788
cd %FOLDER%
8889
curl -L -o OpenBLAS.zip https://downloads.sourceforge.net/project/openblas/v0.3.24/OpenBLAS-0.3.24-%ARCH%.zip
@@ -109,18 +110,6 @@ jobs:
109110
python -m pip install --upgrade setuptools
110111
python -m pip install cmake==3.24.2
111112
python -m pip install toml && python -c "import toml; c = toml.load('pyproject.toml'); print('\n'.join(c['build-system']['requires']))" >> requirements.txt | python -m pip install -r requirements.txt
112-
113-
set "CI_BUILD=1"
114-
set "OpenBLAS_HOME=${{ github.workspace }}\\openblas"
115-
set "PATH=%OpenBLAS_HOME%\\bin;%PATH%"
116-
set "OpenBLAS_HOME=${{ github.workspace }}\\openblas"
117-
set "PATH=%OpenBLAS_HOME%\\bin;%PATH%"
118-
set "OpenBLAS_LIB=%OpenBLAS_HOME%\\lib\\libopenblas.lib"
119-
set "OpenBLAS_LIBRARIES=%OpenBLAS_HOME%\\lib\\libopenblas.lib"
120-
set "OpenBLAS_INCLUDE_DIR=%OpenBLAS_HOME%\\include"
121-
set "OpenBLAS_INCLUDE_DIRS=%OpenBLAS_HOME%\\include"
122-
set "BLAS_LIBRARIES=%OpenBLAS_LIB%"
123-
set "LAPACK_LIBRARIES=%OpenBLAS_LIB%"
124113
125114
python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\\wheelhouse -v
126115
shell: cmd

0 commit comments

Comments
 (0)