opencv4WithoutCuda: init at opencv4.version
This commit is contained in:
parent
a68655c5eb
commit
7731bbbc79
@ -24336,6 +24336,10 @@ with pkgs;
|
||||
ffmpeg = ffmpeg_4;
|
||||
};
|
||||
|
||||
opencv4WithoutCuda = opencv4.override {
|
||||
enableCuda = false;
|
||||
};
|
||||
|
||||
opencv = opencv4;
|
||||
|
||||
imath = callPackage ../development/libraries/imath { };
|
||||
|
Loading…
Reference in New Issue
Block a user