Bug 191433 - Add -devel and -libs sub-packages
Summary: Add -devel and -libs sub-packages
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: lam
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Doug Ledford
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-11 21:55 UTC by Orion Poplawski
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 7.1.2-1.fc5
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-09-25 21:15:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
spec patch to add -devel and -libs sub-packages. (2.40 KB, patch)
2006-05-11 21:55 UTC, Orion Poplawski
no flags Details | Diff
Patch to lam.spec to update to 7.1.2 and create -devel and -libs pacakges (3.55 KB, patch)
2006-05-19 21:20 UTC, Orion Poplawski
no flags Details | Diff

Description Orion Poplawski 2006-05-11 21:55:56 UTC
It is common to build MPI libraries with various Fortan and other compilers. 
The attached patch adds -devel and -libs sub-packages.  This makes it easier to
build  other lam rpms based on this spec with different compilers and install
the needed libraries in parallel on the various nodes.

To build for a different compiler, e.g. ifort, change:

< Name: lam
---
> Name: lam-ifort

> Provides: lam

< %setup -q
---
> %setup -q -n lam-%{version}

> FFLAGS="-axP -fPIC"
70c56,57
< FFLAGS="$RPM_OPT_FLAGS -fPIC"
---
> %else
> FFLAGS="-axKNBP"
73c60
< export FC=f95
---
> export FC=ifort

Comment 1 Orion Poplawski 2006-05-11 21:55:56 UTC
Created attachment 128919 [details]
spec patch to add -devel and -libs sub-packages.

Comment 2 Orion Poplawski 2006-05-19 21:20:35 UTC
Created attachment 129631 [details]
Patch to lam.spec to update to 7.1.2 and create -devel and -libs pacakges

Looks like there is some life upstream.  The attached patch updates to 7.1.2 as
well as splits the package.  Probably should also move the compiler wrappers to
the -devel package.

Comment 3 Jason Vas Dias 2006-06-14 20:44:53 UTC
Fixed with lam-7.1.2, now in rawhide and FC-5 Updates/Testing.


Comment 4 Fedora Update System 2006-07-07 03:44:26 UTC
lam-7.1.2-1.fc5 has been pushed for fc5, which should resolve this issue.  If these problems are still present in this version, then please make note of it in this bug report.


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