From 4e31ca3abeecf0591cccc7052da34c2735759030 Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Mon, 28 Jan 2019 15:34:57 -0500 Subject: correct naming to CudaCompiler, pep8 --- mesonbuild/compilers/__init__.py | 2 +- mesonbuild/compilers/compilers.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mesonbuild/compilers') diff --git a/mesonbuild/compilers/__init__.py b/mesonbuild/compilers/__init__.py index 60cca93..5de0e59 100644 --- a/mesonbuild/compilers/__init__.py +++ b/mesonbuild/compilers/__init__.py @@ -72,7 +72,7 @@ __all__ = [ 'JavaCompiler', 'LLVMDCompiler', 'MonoCompiler', - 'NvidiaCudaCompiler', + 'CudaCompiler', 'VisualStudioCsCompiler', 'NAGFortranCompiler', 'ObjCCompiler', diff --git a/mesonbuild/compilers/compilers.py b/mesonbuild/compilers/compilers.py index 97e2b94..317d91a 100644 --- a/mesonbuild/compilers/compilers.py +++ b/mesonbuild/compilers/compilers.py @@ -150,7 +150,7 @@ cuda_buildtype_args = {'plain': [], 'debugoptimized': [], 'release': [], 'minsize': [], - } + } arm_buildtype_args = {'plain': [], 'debug': ['-O0', '--debug'], -- cgit v1.1