Unverified Commit 866daf5f authored by Someone Serge's avatar Someone Serge
Browse files

opencv{3,4}: do not ignore config.cudaSupport

i686 isn't in the meta.platforms for cudaPackages anyway
parent c7dbb3cc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -15,8 +15,7 @@
, enableOpenblas  ? true, openblas, blas, lapack
, enableContrib   ? true

, enableCuda      ? config.cudaSupport &&
                    stdenv.hostPlatform.isx86_64
, enableCuda      ? config.cudaSupport
, cudaPackages ? { }
, enableUnfree    ? false
, enableIpp       ? false
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
, blas
, enableContrib ? true

, enableCuda ? config.cudaSupport && stdenv.hostPlatform.isx86_64
, enableCuda ? config.cudaSupport
, enableCublas ? enableCuda
, enableCudnn ? false # NOTE: CUDNN has a large impact on closure size so we disable it by default
, enableCufft ? enableCuda