File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ echo Copying LAPACKE header files...
169169xcopy /Y " ..\lapack-netlib\lapacke\include\*.h" " %DEST_DIR% \include\"
170170if errorlevel 1 exit /b 1
171171
172- :: Create pkgconfig scipy-openblas.pc
172+ echo Create pkgconfig scipy-openblas.pc
173173cd ../../local
174174if errorlevel 1 (
175175 echo Current directory %CD% , cannot cd ../../local
@@ -188,14 +188,14 @@ if errorlevel 1 (
188188)
189189
190190:: Move back to the root directory
191- cd / ..
191+ cd ..
192192if errorlevel 1 (
193- echo Current directory %CD% , cannot cd ../../local
193+ echo Current directory %CD% , cannot cd ..
194194 exit /b 1
195195)
196196
197197:: Build the Wheel & Install It
198- echo Running 'python -m build' to build the wheel...
198+ echo Running 'python -m build' to build the wheel in %CD%
199199python -c " import build" 2 > NUL || pip install build
200200if " %if_bits% " == " 64" (
201201 python -m build
You can’t perform that action at this time.
0 commit comments