mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
Merge pull request #37765 from bachp/opencv3-aarch64
opencv3: don't download ippicv if not enabled
This commit is contained in:
commit
71dd955e22
@ -167,7 +167,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
preConfigure =
|
||||
installExtraFiles ippicv + (
|
||||
lib.optionalString enableIpp (installExtraFiles ippicv) + (
|
||||
lib.optionalString buildContrib ''
|
||||
cmakeFlagsArray+=("-DOPENCV_EXTRA_MODULES_PATH=$NIX_BUILD_TOP/opencv_contrib")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user