caffe: fix build
This commit is contained in:
parent
c256671411
commit
bba261c785
@ -25759,6 +25759,7 @@ in
|
|||||||
|
|
||||||
caffe = callPackage ../applications/science/math/caffe ({
|
caffe = callPackage ../applications/science/math/caffe ({
|
||||||
opencv3 = opencv3WithoutCuda; # Used only for image loading.
|
opencv3 = opencv3WithoutCuda; # Used only for image loading.
|
||||||
|
blas = openblas;
|
||||||
inherit (darwin.apple_sdk.frameworks) Accelerate CoreGraphics CoreVideo;
|
inherit (darwin.apple_sdk.frameworks) Accelerate CoreGraphics CoreVideo;
|
||||||
} // (config.caffe or {}));
|
} // (config.caffe or {}));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user