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 3513480
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 @@ -62,6 +62,15 @@ jobs:
- 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
run: |
mkdir openblas
cd openblas
wget https://altushost-swe.dl.sourceforge.net/project/openblas/v0.3.24/OpenBLAS-0.3.24-x64.zip
unzip OpenBLAS-0.3.24-x64.zip
# OpenBLAS package bug on Windows: https://github.com/xianyi/OpenBLAS/issues/4227
cp bin/libopenblas.dll libopenblas.exp.dll
export OpenBLAS_HOME=$PWD
export 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 3513480

Please sign in to comment.