diff options
author | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2019-10-10 01:04:45 -0400 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2019-10-10 10:00:28 -0700 |
commit | 508662f277e789acc7e49ffbf58de4752f0891fc (patch) | |
tree | f2ec6da9a8bc243055c670504c1d49a56811f23f /mesonbuild/cmake/interpreter.py | |
parent | 34ea71239db48951573180a41326d85890a6bb2e (diff) | |
download | meson-508662f277e789acc7e49ffbf58de4752f0891fc.zip meson-508662f277e789acc7e49ffbf58de4752f0891fc.tar.gz meson-508662f277e789acc7e49ffbf58de4752f0891fc.tar.bz2 |
BUGFIX: environment.py CudaCompiler missing info arg
fixes regression for systems with nvcc installed--perhaps why not previously caught on CI.
Just a simple typo--missing a positional argument to CudaCompiler()
0c22798b1ad4678abb205280060175678a790c4a is the first bad commit File
"meson\mesonbuild\environment.py", line 1066, in detect_cuda_compiler
return CudaCompiler(ccache + compiler, version, for_machine, is_cross, exe_wrap, host_compiler=cpp_compiler,
linker=linker)# Please enter the commit message for your changes. Lines starting
TypeError: __init__() missing 1 required positional argument: 'info'# with '#' will be ignored, and an empty message aborts the commit.
Diffstat (limited to 'mesonbuild/cmake/interpreter.py')
0 files changed, 0 insertions, 0 deletions