Bug 1077819

Summary: R: add ppc64le support
Product: [Fedora] Fedora Reporter: Menanteau Guy <menantea>
Component: RAssignee: Mikolaj Izdebski <mizdebsk>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: bbaude, michel, tcallawa
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: 3.0.3-2 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-24 15:42:05 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    
Attachments:
Description Flags
git formatted patch for R none

Description Menanteau Guy 2014-03-18 16:04:41 UTC
Description of problem: need to change spec file to add ppc64le support

Version-Release number of selected component (if applicable):
R-3.0.2

Here after is a patch to apply on R.spec

--- R.spec.ori 
+++ R.spec
@@ -300,7 +300,7 @@ export R_BROWSER="%{_bindir}/xdg-open"

 %{error:%{_target_cpu}}
 case "%{_target_cpu}" in
-      x86_64|mips64|ppc64|powerpc64|sparc64|s390x)
+      x86_64|mips64|ppc64|powerpc64|ppc64le|powerpc64le|sparc64|s390x)
           export CC="gcc -m64"
           export CXX="g++ -m64"
           export F77="gfortran -m64"

Comment 1 Brent Baude 2014-03-24 14:11:36 UTC
Created attachment 878078 [details]
git formatted patch for R

Comment 2 Mikolaj Izdebski 2014-03-24 14:13:27 UTC
Fixed in R-3.0.3-2

Comment 3 Mikolaj Izdebski 2014-03-24 15:42:05 UTC
I believe that this feature is included in R-3.0.3-2,
which is available in Fedora Rawhide, so I am closing this bug now.

The build which includes the feature can be found at Koji:
http://koji.fedoraproject.org/koji/buildinfo?buildID=506596