Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1052586

Summary: Trivial change for ppc64le in openmpi spec
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: openmpiAssignee: Doug Ledford <dledford>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: dakingun, dledford, fenlason, orion
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-06 03:30:08 UTC Type: Bug
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: 1051573    

Description Brent Baude 2014-01-13 21:40:08 UTC
Please consider the follow spec file change to enabl ppc64le:

diff --git a/openmpi.spec b/openmpi.spec
index ecf93e0..49bbb4f 100644
--- a/openmpi.spec
+++ b/openmpi.spec
@@ -98,7 +98,7 @@ Contains development headers and libraries for openmpi
 %ifarch ia64
 %global mode 64
 %endif
-%ifarch x86_64 ppc64 sparc64
+%ifarch x86_64 ppc64 ppc64le sparc64
 %global mode 64
 %global modeflag -m64
 %endif

Comment 1 Orion Poplawski 2014-02-06 03:30:08 UTC
As of 1.7.3-5, all of the mode stuff has been stripped.  Reopen if there are still issues.