mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
caffe: fix build
This commit is contained in:
@@ -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 {}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user