mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
opencv{3,4}: do not ignore config.cudaSupport
i686 isn't in the meta.platforms for cudaPackages anyway
This commit is contained in:
parent
c7dbb3ccc9
commit
866daf5f7c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user