-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
Describe the issue:
Commit 12d0df7 in PR #24006 adds a check to determine binutils version. The function fails on Fedora:
can_link_svml_fp16
return float(binutils_ver) >= 2.38
ValueError: could not convert string to float: 'GNU ld version 2.37-37.fc36
Reproduce the code example:
python setup.py buildError message:
No response
Runtime information:
its a build issue.
Context for the issue:
No response