Skip to content

crash when parsing platform x86_64_v3-centos7-gcc10fp-opt

the new compiler fp suffix makes LbPlatformUtils crash as it expects an integer literal and not letter after the number:

>           if int(comp_version) >= 60:
E           ValueError: invalid literal for int() with base 10: '10fp0'