Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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() 0c22798 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.
- Loading branch information