File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 82
82
)
83
83
84
84
echo Using architecture: %ARCH%
85
-
85
+ mkdir openblas
86
+ cd openblas
86
87
mkdir %FOLDER%
87
88
cd %FOLDER%
88
89
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:
109
110
python -m pip install --upgrade setuptools
110
111
python -m pip install cmake==3.24.2
111
112
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%"
124
113
125
114
python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\\wheelhouse -v
126
115
shell : cmd
You can’t perform that action at this time.
0 commit comments