Bug 2332211
Summary: | numpy 2.2.0 FTBFS on ELN ppc64le | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Yaakov Selkowitz <yselkowi> | |
Component: | numpy | Assignee: | Gwyn Ciesla <gwync> | |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | rawhide | CC: | cstratak, dan, fweimer, gwync, orion, rdieter | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | ppc64le | |||
OS: | Linux | |||
URL: | https://koji.fedoraproject.org/koji/taskinfo?taskID=126765530 | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2339416 (view as bug list) | Environment: | ||
Last Closed: | 2024-12-17 21:04:18 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1071880, 2332159 |
Description
Yaakov Selkowitz
2024-12-13 01:04:16 UTC
Would simply adding ‘-mcpu=power9’ and ‘-mvsx’ for that arch specifically fix this? -mcpu=power9 -mtune=power10 is already the default for ppc64le in RHEL 10+. The problem may be that numpy is apparently trying to clever, and has added its own -mcpu=power8. Packages MUST NOT contradict the default compiler flags. Hopefully, just getting it to drop -mcpu=power8 will be enough. If not, then -mvsx MUST NOT be added, but the code must be made to compile without it. |