Loading pkgs/development/libraries/opencv/4.x.nix +5 −3 Original line number Diff line number Diff line Loading @@ -459,9 +459,11 @@ effectiveStdenv.mkDerivation { cudaPackages.cuda_nvcc ]; env = { # Configure can't find the library without this. OpenBLAS_HOME = optionalString withOpenblas openblas_.dev; OpenBLAS = optionalString withOpenblas openblas_; }; cmakeFlags = [ (cmakeBool "BUILD_INFO_SKIP_SYSTEM_VERSION" true) Loading Loading
pkgs/development/libraries/opencv/4.x.nix +5 −3 Original line number Diff line number Diff line Loading @@ -459,9 +459,11 @@ effectiveStdenv.mkDerivation { cudaPackages.cuda_nvcc ]; env = { # Configure can't find the library without this. OpenBLAS_HOME = optionalString withOpenblas openblas_.dev; OpenBLAS = optionalString withOpenblas openblas_; }; cmakeFlags = [ (cmakeBool "BUILD_INFO_SKIP_SYSTEM_VERSION" true) Loading