Public bug reported:
I keep running into the issue that my patches contain "" instead of '' quotes
when submitting patches to GCC (GNU Compiler Collection):
Martin Liška wrote at gcc-patches@ to my patch:
> > Aha, the known issue that Ubuntu 20.04 has a too old flake8 such that I
> > only see a s
Regarding "So installing gcc-10-offload-amdgcn will just make gcc build
binaries for amdgcn target which can't run on nvptx target."
GCC can compile a program for multiple GPUs at the same time. Which of
them is used (nvptx or gcn or none/host fallback) is chosen at runtime.
Hence, installing gcc-
Tried it by manually download + 'dpkg -i' install on Ubuntu 20.04.1 LTS
– and then running pytest-3 in GCC's contrib/gcc-changelog and it worked
fine.
Thanks!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/
Public bug reported:
I hit this issue as GCC's mainline contrib/gcc-changelog/setup.cfg now requires
it:
pytest-3: error: unrecognized arguments: --flake8
The pieces are already there: python3-flake8 and python3-pytest – just
python3-pytest-flake8 is missing.
See: https://pypi.org/project/p