File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments