Add ppc64le (IBM POWER) architecture support#13
Draft
viniciusferrao wants to merge 1 commit into
Draft
Conversation
4b8498b to
56dc626
Compare
Enable OpenHPC builds on ppc64le (IBM POWER) across the affected spec files. ppc64le-specific changes are gated by %ifarch ppc64le so the existing x86_64 and aarch64 builds are unaffected. The POWER9 baseline (-mcpu=power9) matches the EL9+ ppc64le distro minimum (redhat-rpm-config %__cflags_arch_ppc64le) and is forward- compatible with POWER10/POWER11. Verified by building every touched package on both x86_64 and ppc64le; no regression on the existing architectures. Sponsored-by: VersatusHPC Signed-off-by: Vinícius Ferrão <ferrao@versatushpc.com.br>
56dc626 to
d7d6b2a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upstream-candidate PR-1 — ppc64le port (review preview)
This is the isolated ppc64le (IBM POWER) architecture support intended for upstream OpenHPC 4.x, presented as a single clean commit for review. The base branch
ppc64le-review-baseis the fork's merged-upstream state with the port reverted, so this diff shows ONLY the ppc64le changes — none of the upstream re-merge, validation harness, or openEuler distro work.What it does
14 spec/build files, all ppc64le changes gated by
%ifarch ppc64le(or ccache/openEuler conditionals) so x86_64 / aarch64 are unaffected: POWER9 compiler baseline, OpenBLASTARGET=POWER9, FFTW--enable-vsx, Boostarchitecture=power, likwidGCCPOWER+ perfevent patch, PDToolkitibm64linux, numpy VSX3 fix (fail-loud guarded), and meta-package arch closure.Verification (on real hardware, in podman containers)
Review base is synthetic (for diff isolation); not a real merge target.