opencv: allow other blas/lapack

This commit is contained in:
tbenst 2020-09-29 17:02:13 -07:00
parent 78e324d272
commit d04017d196

View File

@ -35,8 +35,6 @@
, AVFoundation, Cocoa, VideoDecodeAcceleration, bzip2
}:
assert blas.implementation == "openblas" && lapack.implementation == "openblas";
let
version = "4.3.0";