Anyway to compile in new OS (Fedora 32 or Ubuntu 20.04) ??
ilpadrinohack opened this issue · 0 comments
ilpadrinohack commented
I have been trying to compile the binary in both updated OS. As they CUDA only supports gcc < 8, there is no way to compile this. I have installed gcc 8.2 and now I have gcc 10 ad gcc 8 installed in my system. I have compiled leela binary with the flag -Dnvcc_ccbin=gcc82, but I have been not able to add some flag to use gcc 8 instead of gcc 10.
I have tried with export, CXX, CC and GCC flag to "make" command, but no luck.
Any ideas?
Thanks in advance