Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Jussi Lehtola <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Jussi Lehtola <[email protected]> 2011-09-24 18:47:14 
EDT ---
 %dir %{_libdir}/%{name}-openmpi/
 %dir %{_libdir}/%{name}-openmpi/bin/
 %dir %{_libdir}/%{name}-openmpi/lib/
is incorrect behavior. You need to place the libraries in
 %{_libdir}/openmpi/lib
and the binaries in 
 %{_libdir}/openmpi/bin.
These are added to the relevant paths automatically when the relevant MPI
module is loaded.

And the same thing for mpich2.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to