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 1051144 - Trivial change for ppc64le in boost spec
Summary: Trivial change for ppc64le in boost spec
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: boost
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Petr Machata
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-01-09 18:47 UTC by Brent Baude
Modified: 2015-05-05 01:38 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-09 21:11:49 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brent Baude 2014-01-09 18:47:18 UTC
Please consider the following trivial change to enable ppc64le in rawhide:

diff --git a/boost.spec b/boost.spec
index b67a05d..53209fe 100644
--- a/boost.spec
+++ b/boost.spec
@@ -7,13 +7,13 @@
 %define boost_docdir __tmp_docdir
 %define boost_examplesdir __tmp_examplesdir
 
-%ifarch %{arm}
+%ifarch %{arm} ppc64le
   %bcond_with mpich
 %else
   %bcond_without mpich
 %endif
 
-%ifarch s390 s390x %{arm}
+%ifarch s390 s390x %{arm} ppc64le
   # No OpenMPI support on these arches
   %bcond_with openmpi
 %else

Comment 1 Petr Machata 2014-01-09 21:11:49 UTC
Thanks, applied.


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