mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
opencv: allow other blas/lapack
This commit is contained in:
parent
78e324d272
commit
d04017d196
@ -35,8 +35,6 @@
|
||||
, AVFoundation, Cocoa, VideoDecodeAcceleration, bzip2
|
||||
}:
|
||||
|
||||
assert blas.implementation == "openblas" && lapack.implementation == "openblas";
|
||||
|
||||
let
|
||||
version = "4.3.0";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user