caffe: fix build

This commit is contained in:
Jonathan Ringer 2020-08-07 14:51:35 -07:00 committed by Jon
parent c256671411
commit bba261c785

View File

@ -25759,6 +25759,7 @@ in
caffe = callPackage ../applications/science/math/caffe ({
opencv3 = opencv3WithoutCuda; # Used only for image loading.
blas = openblas;
inherit (darwin.apple_sdk.frameworks) Accelerate CoreGraphics CoreVideo;
} // (config.caffe or {}));