https://bugzilla.redhat.com/show_bug.cgi?id=872783

--- Comment #41 from Susi Lehtola <[email protected]> ---
(In reply to Sébastien Boisvert from comment #40)
> For el6, it fails for ppc64 because there is no package mpich2-devel:
> 
> DEBUG util.py:264:  Error: No Package found for mpich2-devel 

Right, I've had the same issue with other packages as well. You'll need to
disable the mpich2 package on el6 ppc64. You can do this with rpm macros, e.g.

%global mpich2 1
%ifarch ppc64
%if 0%{?rhel}==5 || 0%{?rhel} == 6
%global mpich2 0
%endif
%endif

and then conditionalize the mpich2 parts with

%if %mpich2
foo
bar
%endif

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=CVF1a18MN9&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to