Skip to content

Commit

Permalink
Download openblas binary from GH repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed May 5, 2022
1 parent 2446fc7 commit ed34cba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
# Download and install pre-built OpenBLAS library
# Built with mingw-w64, -ucrt -static.
# https://github.com/matthew-brett/openblas-libs/blob/ucrt-build/build_openblas.ps1
choco install unzip
pip install gdown
gdown --id 1G3jwxMY4ZVRqvz6owl0kmw_Innmr4ZnV
choco install unzip -y
choco install wget -y
wget https://github.com/scipy/scipy-ci-artifacts/raw/main/openblas_32_if.zip
unzip -d c:\ openblas_32_if.zip
echo "PKG_CONFIG_PATH=c:\opt\openblas\if_32\64\lib\pkgconfig;" >> $env:GITHUB_ENV
- name: meson-configure
Expand Down

0 comments on commit ed34cba

Please sign in to comment.