Bug 206332
| Summary: | Various packaging issues | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Orion Poplawski <orion> | ||||||
| Component: | openmpi | Assignee: | Doug Ledford <dledford> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | ||||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2007-07-11 20:59:53 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Orion Poplawski
2006-09-13 18:38:42 UTC
Created attachment 136189 [details]
patch
Created attachment 136219 [details]
Updated patch
Have patch in -u format, move wrapper links to -devel package
I implemented a few of the things you suggested, but not all. Amongst other things, it's too late to update to 1.1.1. That will have to wait until after fc6. The new version should show up in rawhide soon. Okay, here's a new patch that does a lot. Take or leave what you will, but
here's what it does (and why):
- Updates to 1.1.2
- Changes %{name} to openmpi in locations that don't change if you were to build
an alternately named openmpi package (called, say, openmpi-ifort).
- Reworks your /usr/share/openmpi/bin{32,64} structure to
/usr/share/openmpi-{32,64}/{bin,lib,lib64} structure. The advantage being that
it allows you to have multiple openmpi installs in parallel and use the
--prefix=/usr/share/openmpi-{32,64} argument to orterun to pick between them.
It also puts more links in /usr/share/openmpi*/bin to support this.
|