diff options
author | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2020-02-27 15:53:43 +0100 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-02-28 10:07:26 -0800 |
commit | 2ba8fe6af0b5ca9c8ab931b9f184e5cd32db7285 (patch) | |
tree | 85470434defb2a0e766baebf4b019697f53b78b5 /docs/markdown/snippets | |
parent | 63d67e20425b2da6668231fead3f86e16e163943 (diff) | |
download | meson-2ba8fe6af0b5ca9c8ab931b9f184e5cd32db7285.zip meson-2ba8fe6af0b5ca9c8ab931b9f184e5cd32db7285.tar.gz meson-2ba8fe6af0b5ca9c8ab931b9f184e5cd32db7285.tar.bz2 |
environment: Fix construction of CudaLinker
The 0.53.2 test suite has a new failure:
Traceback (most recent call last):
File "run_project_tests.py", line 1024, in <module>
detect_system_compiler()
File "run_project_tests.py", line 964, in detect_system_compiler
comp = env.compiler_from_language(lang, MachineChoice.HOST)
File "/build/meson/src/meson-0.53.2/mesonbuild/environment.py", line 1565, in compiler_from_language
comp = self.detect_cuda_compiler(for_machine)
File "/build/meson/src/meson-0.53.2/mesonbuild/environment.py", line 1131, in detect_cuda_compiler
linker = CudaLinker(compiler, for_machine, 'nvlink', CudaCompiler.LINKER_PREFIX, [], version=CudaLinker.parse_version())
File "/build/meson/src/meson-0.53.2/mesonbuild/linkers.py", line 963, in __init__
super().__init__('nvlink', *args, **kwargs)
TypeError: __init__() takes 6 positional arguments but 7 positional arguments (and 1 keyword-only argument) were given
Fixes: c708c52ca225 ("linkers: Update the linker names to be more consistent")
Diffstat (limited to 'docs/markdown/snippets')
0 files changed, 0 insertions, 0 deletions