Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCV build failed #1011

Closed
sn2234 opened this issue May 1, 2017 · 1 comment
Closed

OpenCV build failed #1011

sn2234 opened this issue May 1, 2017 · 1 comment
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@sn2234
Copy link

sn2234 commented May 1, 2017

Package: opencv:x64-windows
Vcpkg version: 0.0.80-a0d5b944953f14cb58121e76f7fe6140e8134ca3

package-x64-windows-rel-out.txt

@ras0219-msft
Copy link
Contributor

It looks like opencv is picking up our copy of openblas which may have some issues.

As an immediate workaround, you can do

vcpkg remove --no-purge openblas:x64-windows
vcpkg install opencv:x64-windows
vcpkg install openblas:x64-windows

Bugs to fix:

  • The opencv port should exercise more control -- either always use blas or never use blas
  • This likely indicates a bug in our openblas port.

@ras0219-msft ras0219-msft added the category:port-bug The issue is with a library, which is something the port should already support label May 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

No branches or pull requests

2 participants