File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,12 +94,12 @@ Write-Host "Version: ${version}" -ForegroundColor "DarkYellow"
9494Write-Host " BLAS accelerator: ${blasAccelerator} " - ForegroundColor " DarkYellow"
9595Write-Host " Build target: ${buildTargetInformation} " - ForegroundColor " DarkYellow"
9696
97- $openBLASVersion = " 0.3.27 "
97+ $openBLASVersion = " 0.3.29 "
9898
9999if (-not (Test-Path - Path " ./vendor/OpenBLAS/OpenBLAS-${openBLASVersion} -x64.zip" )) {
100100
101101 Invoke-WebRequest `
102- - Uri " https://github.com/xianyi /OpenBLAS/releases/download/v${openBLASVersion} /OpenBLAS-${openBLASVersion} -x64 .zip" `
102+ - Uri " https://github.com/OpenMathLib /OpenBLAS/releases/download/v${openBLASVersion} /OpenBLAS-${openBLASVersion} _x64 .zip" `
103103 - OutFile " ./vendor/OpenBLAS/OpenBLAS-${openBLASVersion} -x64.zip"
104104
105105 Expand-Archive `
You can’t perform that action at this time.
0 commit comments