Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 898654 Details for
Bug 1080073
atlas build failure on ppc64le archi
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
atlas.spec-ppc64le.patch the one to update atlas.spec
atlas.spec-ppc64le.patch (text/plain), 2.28 KB, created by
Michel Normand
on 2014-05-23 11:31:55 UTC
(
hide
)
Description:
atlas.spec-ppc64le.patch the one to update atlas.spec
Filename:
MIME Type:
Creator:
Michel Normand
Created:
2014-05-23 11:31:55 UTC
Size:
2.28 KB
patch
obsolete
>Subject: atlas.spec ppc64le >From: Michel Normand <normand@linux.vnet.ibm.com> > >atlas.spec for ppc64le POWER7 with vsx/altivec >add a new POWER764LEVSX.tar.bz2 previously generated >with a previous run in which archdef macro set to 0 > >Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com> >--- > atlas.spec | 27 +++++++++++++++++++++++++++ > 1 file changed, 27 insertions(+) > >Index: atlas/atlas.spec >=================================================================== >--- atlas.orig/atlas.spec >+++ atlas/atlas.spec >@@ -28,6 +28,9 @@ Source12: IBMz932.tar.bz2 > Source13: IBMz964.tar.bz2 > #upstream arm uses softfp abi, fedora arm uses hard > Source14: ARMv732NEON.tar.bz2 >+# use a new POWER764LEVSX archdef for ppc64le archi >+# TODO will need a similar one for POWER8 when available >+Source15: POWER764LEVSX.tar.bz2 > > Patch1: atlas-s390port.patch > Patch2: atlas-fedora-arm.patch >@@ -43,6 +46,11 @@ Patch6: atlas-affinity.patch > > Patch7: atlas-aarch64port.patch > Patch8: atlas-genparse.patch >+# for ppc64le >+Patch98: getdoublearr.stripwhite.patch >+Patch96: xlf.command.not.found.patch >+Patch95: initialize_malloc_memory.invtrsm.wms.oct23.patch >+Patch100: atlas.ppc64le-abiv2.patch > > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >@@ -301,6 +309,12 @@ ix86 architecture. > %endif > %endif > >+# # disable the archdef for ppc64le >+# # do it only one time. >+# %ifarch ppc64le >+# %define arch_option -Si archdef 0 >+# %endif >+ > %prep > #uname -a > #cat /proc/cpuinfo >@@ -324,6 +338,12 @@ ix86 architecture. > %patch7 -p1 -b .aarch64 > %endif > %patch8 -p1 -b .genparse >+%ifarch ppc64le >+%patch98 -p2 >+%patch96 -p2 >+%patch95 -p2 >+%patch100 -p2 >+%endif > > cp %{SOURCE1} CONFIG/ARCHS/ > #cp %{SOURCE2} CONFIG/ARCHS/ >@@ -332,6 +352,7 @@ cp %{SOURCE11} CONFIG/ARCHS/ > cp %{SOURCE12} CONFIG/ARCHS/ > cp %{SOURCE13} CONFIG/ARCHS/ > cp %{SOURCE14} CONFIG/ARCHS/ >+cp %{SOURCE15} CONFIG/ARCHS/ > #cp %{SOURCE8} CONFIG/ARCHS/ > #cp %{SOURCE9} CONFIG/ARCHS/ > %ifarch %{arm} >@@ -469,6 +490,12 @@ for type in %{types}; do > sed -i 's#-m64#-m32#g' Make.inc > %endif > >+# use the provided archdef file for ppc64le >+# and force it's usage in INSTFLAGS. >+%ifarch ppc64le >+ sed -i 's#\(ARCH = POWER.64\)VSX#\1LEVSX#' Make.inc >+ sed -i 's#\(INSTFLAGS =.*\) -a 0#\1 -a 1#' Make.inc >+%endif > %endif > make build > cd lib
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1080073
:
878111
|
898654
|
898655
|
898656
|
898657
|
898658
|
898659
|
917277
|
917280
|
917284
|
919654
|
927912
|
927913
|
927915
|
927916
|
939224
|
939225
|
939357
|
940404
|
942268
|
942576
|
942578
|
943255