New version that fixes the name as well.
(should not contain -oscar in the <name> section).
Full fixes diff files agains svn9194 are attached.
Regards.
Olivier.
Le vendredi 26 février 2010 16:21:55 Olivier LAHAYE, vous avez écrit :
>
> Hi,
>
> There is a bug is config.xml files for some oscar packages:
> the file lists:
>
> <provide>mpi</provide>
>
> instead of
>
> <provides>
> <pkg>mpi</pkg>
> </provides>
>
> Here are the fix to this problem.
>
>
--
Olivier LAHAYE
CEAEA Saclay
DRT-LIST-DCSI-DIR
Index: lam/config.xml
===================================================================
--- lam/config.xml (révision 9194)
+++ lam/config.xml (copie de travail)
@@ -10,7 +10,7 @@
$Id$
-->
- <name>lam-oscar</name>
+ <name>lam</name>
<class>included</class>
<summary>LAM/MPI specifically packaged for OSCAR clusters</summary>
<description>This RPM is created specifically for the OSCAR
@@ -62,7 +62,9 @@
<email>valle...@ornl.gov</email>
</author>
</authors>
- <provide>mpi</provide>
+ <provides>
+ <pkg>mpi</pkg>
+ </provides>
<serverDeps>
<!-- Distributions that provide libaio -->
Index: mpich/config.xml
===================================================================
--- mpich/config.xml (révision 9194)
+++ mpich/config.xml (copie de travail)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<oscar>
- <name>mpich-oscar</name>
+ <name>mpich</name>
<class>included</class>
<summary>MPICH specifically packaged for OSCAR clusters</summary>
<description>MPICH is a freely available, portable implementation of
@@ -19,7 +19,9 @@
<email>efo...@hpce.nec.com</email>
</author>
</authors>
- <provide>mpi</provide>
+ <provides>
+ <pkg>mpi</pkg>
+ </provides>
<serverDeps>
<requires>
<pkg>mpich-ch_p4-gcc-oscar</pkg>
Index: openmpi/config.xml
===================================================================
--- openmpi/config.xml (révision 9194)
+++ openmpi/config.xml (copie de travail)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<oscar>
- <name>openmpi-oscar</name>
+ <name>openmpi</name>
<class>included</class>
<summary>Open MPI for OSCAR Clusters</summary>
<description>Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-2 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers.</description>
@@ -17,12 +17,20 @@
<email>di...@osl.iu.edu</email>
</author>
</authors>
- <provide>mpi</provide>
+ <provides>
+ <pkg>mpi</pkg>
+ </provides>
<serverDeps>
<requires>
<pkg>openmpi</pkg>
<pkg>openmpi-switcher-modulefile</pkg>
</requires>
+ <requires>
+ <filters>
+ <dist version="5" >rhel</dist>
+ </filters>
+ <pkg>gcc-gfortran</pkg>
+ </requires>
<requires>
<filters>
<dist version="4" >rhel</dist>
@@ -50,6 +58,12 @@
</requires>
<requires>
<filters>
+ <dist version="5" >rhel</dist>
+ </filters>
+ <pkg>gcc-gfortran</pkg>
+ </requires>
+ <requires>
+ <filters>
<dist>suse</dist>
<dist>sles</dist>
</filters>
@@ -58,7 +72,13 @@
</clientDeps>
<apiDeps/>
<changelog>
- <versionEntry version="1.2.4-1">
+ <versionEntry version="1.4.1-1">
+ <changelogEntry authorName="Olivier Lahaye" date="2010-02-25T15:00:00+02:00">
+ <item>Fixed the missing dependencies on RHEL5.</item>
+ <item>New upstream release.</item>
+ </changelogEntry>
+ </versionEntry>
+ <versionEntry version="1.2.4-1">
<changelogEntry authorName="DongInn Kim" date="2007-12-22T14:58:14+05:00">
<item>Fixed the missing dependencies on RHEL4.</item>
</changelogEntry>
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Oscar-devel mailing list
Oscar-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-devel