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 942268 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.3.10.1_spec_with_ppc64le_patches.patch
atlas.3.10.1_spec_with_ppc64le_patches.patch (text/plain), 2.80 KB, created by
Michel Normand
on 2014-09-29 10:05:02 UTC
(
hide
)
Description:
atlas.3.10.1_spec_with_ppc64le_patches.patch
Filename:
MIME Type:
Creator:
Michel Normand
Created:
2014-09-29 10:05:02 UTC
Size:
2.80 KB
patch
obsolete
>diff --git a/atlas.spec b/atlas.spec >index f9cac9c..9fc69dc 100644 >--- a/atlas.spec >+++ b/atlas.spec >@@ -28,6 +28,7 @@ Source12: IBMz932.tar.bz2 > Source13: IBMz964.tar.bz2 > #upstream arm uses softfp abi, fedora arm uses hard > Source14: ARMv732NEON.tar.bz2 >+Source15: POWER764LEVSX.tar.bz2 > > Patch1: atlas-s390port.patch > Patch2: atlas-fedora-arm.patch >@@ -43,6 +44,14 @@ Patch6: atlas-affinity.patch > > Patch7: atlas-aarch64port.patch > Patch8: atlas-genparse.patch >+# for ppc64le >+Patch102: issue_64.patch >+Patch103: atlas.3.10.1-ppc64le_abiv2_step1.patch >+Patch104: atlas.3.10.2-ppc64le_abiv2_step2.patch >+Patch105: atlas.3.10.2-ppc64le_abiv2_step3.patch >+Patch106: atlas.3.10.2-ppc64le_do_not_use_files_with_lvx.patch >+Patch107: atlas-new_archdef_for_ppc64le.patch >+Patch108: atlas.3.10.1-add_power8_cpu.patch > > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >@@ -324,6 +333,15 @@ ix86 architecture. > %patch7 -p1 -b .aarch64 > %endif > %patch8 -p1 -b .genparse >+%patch102 -p1 >+%patch103 -p1 >+%patch104 -p1 >+%patch105 -p1 >+%ifarch ppc64le >+%patch106 -p1 >+%endif >+%patch107 -p1 >+%patch108 -p1 > > cp %{SOURCE1} CONFIG/ARCHS/ > #cp %{SOURCE2} CONFIG/ARCHS/ >@@ -332,6 +350,9 @@ cp %{SOURCE11} CONFIG/ARCHS/ > cp %{SOURCE12} CONFIG/ARCHS/ > cp %{SOURCE13} CONFIG/ARCHS/ > cp %{SOURCE14} CONFIG/ARCHS/ >+%ifarch ppc64le >+cp %{SOURCE15} CONFIG/ARCHS/ >+%endif > #cp %{SOURCE8} CONFIG/ARCHS/ > #cp %{SOURCE9} CONFIG/ARCHS/ > %ifarch %{arm} >@@ -343,6 +364,29 @@ sed -i -e 's,-mfpu=vfpv3,,' tune/blas/gemm/CASES/*.flg > %endif > # Debug > #sed -i -e 's,> \(.*\)/ptsanity.out,> \1/ptsanity.out || cat \1/ptsanity.out \&\& exit 1,' makes/Make.* >+# if Power8 archdef do not exist yet >+# then use the Power7 one that should be the same. >+%ifarch %{power64} >+%ifarch ppc64 >+P8archdef='POWER864VSX' >+P7archdef='POWER764VSX' >+%endif >+%ifarch ppc64le >+P8archdef='POWER864LEVSX' >+P7archdef='POWER764LEVSX' >+%endif >+P8archfile=${P8archdef}.tar.bz2 >+P7archfile=${P7archdef}.tar.bz2 >+if [ ! -e CONFIG/ARCHS/${P8archfile} ]; then >+ cp CONFIG/ARCHS/${P7archfile} /tmp/ >+ pushd /tmp >+ tar -xjf ${P7archfile} >+ mv ${P7archdef} ${P8archdef} >+ tar -cjf ${P8archfile} ${P8archdef} >+ popd >+ mv /tmp/${P8archfile} CONFIG/ARCHS/ >+fi >+%endif > > %build > for type in %{types}; do >@@ -809,6 +853,13 @@ fi > %endif > > %changelog >+* Mon Sep 29 2014 Michel Nomand <normand@linux.vnet.ibm.com> - 3.10.1-14 >+- split ppc64le patches as per upstream issue 65 66 >+ https://sourceforge.net/p/math-atlas/patches/65/ >+ https://sourceforge.net/p/math-atlas/patches/66/ >+- For ppc64le archi disable all PowerPC specific files >+ atlas.3.10.2-ppc64le_do_not_use_files_with_lvx.patch >+ > * Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.1-14 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild >
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