FS#65837 - [cuda] gcc8 dependency can be dropped
Attached to Project:
Community Packages
Opened by Jed Brown (jedbrown) - Saturday, 14 March 2020, 19:38 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Saturday, 14 March 2020, 22:16 GMT
Opened by Jed Brown (jedbrown) - Saturday, 14 March 2020, 19:38 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Saturday, 14 March 2020, 22:16 GMT
|
Details
Description:
There is no longer a version check blocking recent gcc in /opt/cuda/include/crt/host_config.h, which now reads: #if defined(__GNUC__) #if __GNUC__ > 8 #endif /* __GNUC__ > 8 */ Note that there is still a block for clang >= 9, but Arch isn't configured to use that by default. Additional info: * package version(s) cuda-10.2.89-3 Steps to reproduce: pacman -Rdd gcc8 gcc8-libs CUDA continues to work. |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Saturday, 14 March 2020, 22:16 GMT
Reason for closing: Won't fix
Additional comments about closing: See comment
Saturday, 14 March 2020, 22:16 GMT
Reason for closing: Won't fix
Additional comments about closing: See comment
Reopen this if you manage to compile the tensorflow and pytorch packages using gcc 9. I'd be very happy to drop gcc8, believe me.