File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99[project ]
1010name = " scipy-openblas64"
1111# v0.3.30-443-g52ec7faf
12- version = " 0.3.30.443.0 "
12+ version = " 0.3.30.443.1 "
1313requires-python = " >=3.7"
1414description = " Provides OpenBLAS for python packaging"
1515readme = " README.md"
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ if "%if_bits%"=="32" (
128128 powershell -Command " (Get-Content 'scipy_openblas32\__main__.py') -replace 'openblas64', 'openblas32' | Out-File 'scipy_openblas32\__main__.py' -Encoding utf8"
129129 powershell -Command " (Get-Content 'scipy_openblas32\__init__.py') -replace 'openblas64', 'openblas32' | Out-File 'scipy_openblas32\__init__.py' -Encoding utf8"
130130 powershell -Command " (Get-Content 'scipy_openblas32\__init__.py') -replace 'openblas_get_config64_', 'openblas_get_config' | Out-File 'scipy_openblas32\__init__.py' -Encoding utf8"
131- powershell -Command " (Get-Content 'scipy_openblas32\__init__.py') -replace 'cflags =.*', 'cflags = \" -DBLAS_SYMBOL_PREFIX=scipy_\" ' | Out-File 'local\ scipy_openblas32\__init__.py' -Encoding utf8"
131+ powershell -Command " (Get-Content 'scipy_openblas32\__init__.py') -replace 'cflags =.*', 'cflags = \" -DBLAS_SYMBOL_PREFIX=scipy_\" ' | Out-File 'scipy_openblas32\__init__.py' -Encoding utf8"
132132 cd ..
133133)
134134
You can’t perform that action at this time.
0 commit comments