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 1077819 - R: add ppc64le support
Summary: R: add ppc64le support
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: R
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Mikolaj Izdebski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-03-18 16:04 UTC by Menanteau Guy
Modified: 2014-03-24 15:42 UTC (History)
3 users (show)

Fixed In Version: 3.0.3-2
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-03-24 15:42:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
git formatted patch for R (1.23 KB, patch)
2014-03-24 14:11 UTC, Brent Baude
no flags Details | Diff

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


Note You need to log in before you can comment on or make changes to this bug.