tree-wide: rm cudaSupport ? false formal parameters

'cudaSupport ? false' -> 'cudaSupport ? config.cudaSupport or false' to respect global defaults

Packages expressions that take `cudaSupport ? false` are likely to
ignore `config.cudaSupport`. Instead, we want them to make `cudaSupport`
a required argument, or to explicitly refer to `config`
This commit is contained in:
Someone Serge
2023-07-20 17:27:07 +03:00
parent 74549ec63b
commit bf9e6fe9b8
13 changed files with 28 additions and 14 deletions
@@ -19,7 +19,8 @@
, clblas
, doxygen
, buildDocs ? false
, cudaSupport ? false
, config
, cudaSupport ? config.cudaSupport or false
, cudatoolkit
, darwin
}: