Bug 1051144
| Summary: | Trivial change for ppc64le in boost spec | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Brent Baude <bbaude> |
| Component: | boost | Assignee: | Petr Machata <pmachata> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dakingun, denis.arnaud_fedora, mnewsome, pertusus, pmachata |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | ppc64le | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-09 21:11:49 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 | ||
Thanks, applied. |
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