python3.pkgs.numba: categorise expression arguments
This commit is contained in:
committed by
Martin Weinelt
parent
08ffb38f35
commit
06195a0c24
@@ -2,19 +2,23 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
python,
|
||||
buildPythonPackage,
|
||||
setuptools,
|
||||
numpy,
|
||||
numpy_1,
|
||||
llvmlite,
|
||||
replaceVars,
|
||||
writers,
|
||||
|
||||
# nativeBuildInputs
|
||||
setuptools,
|
||||
|
||||
# dependencies
|
||||
llvmlite,
|
||||
numpy,
|
||||
|
||||
# tests
|
||||
numba,
|
||||
pytestCheckHook,
|
||||
writableTmpDirAsHomeHook,
|
||||
|
||||
config,
|
||||
numpy_1,
|
||||
writers,
|
||||
python,
|
||||
|
||||
# CUDA-only dependencies:
|
||||
addDriverRunpath,
|
||||
@@ -22,6 +26,7 @@
|
||||
cudaPackages,
|
||||
|
||||
# CUDA flags:
|
||||
config,
|
||||
cudaSupport ? config.cudaSupport,
|
||||
testsWithoutSandbox ? false,
|
||||
doFullCheck ? false,
|
||||
|
||||
Reference in New Issue
Block a user