Skip to content

Commit

Permalink
Added openblas to build to unblock USAC.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov committed Sep 14, 2023
1 parent 705bb5d commit c4ba1d4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_wheels_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,16 @@ jobs:
uses: microsoft/setup-msbuild@v1.1
- name: Build a package
# CMake 3.25 regression fix. See https://stackoverflow.com/questions/74162633/problem-compiling-from-source-opencv-with-mvsc2019-in-64-bit-version
# OpenBLAS package bug on Windows: https://github.com/xianyi/OpenBLAS/issues/4227
run: |
mkdir openblas
cd openblas
curl -o OpenBLAS-0.3.24-x64.zip https://altushost-swe.dl.sourceforge.net/project/openblas/v0.3.24/OpenBLAS-0.3.24-x64.zip
unzip OpenBLAS-0.3.24-x64.zip
cp bin/libopenblas.dll libopenblas.exp.dll
set OpenBLAS_HOME=$PWD
set PAPTH=$PWD/bin:$PATH
cd -
python --version
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
Expand Down
2 changes: 1 addition & 1 deletion opencv
Submodule opencv updated 267 files

0 comments on commit c4ba1d4

Please sign in to comment.