Re: [OMPI devel] openmpi.spec

2014-07-12 Thread Mike Dubman
in distros I know are: > rhel6 => .el6 > rhel7 => .el6 > centos6 => .el6 > centos7 => .el7.centos > fedora-# => .fc# > Mandriva => .mdv.r when .r is the release such as 2013.1 > Mageia => ? > > Olivier. > > - Mail original - > >

Re: [OMPI devel] openmpi.spec

2014-07-12 Thread olivier . lahaye1
ot; > À: "Open MPI Developers List" > Envoyé: Jeudi 10 Juillet 2014 22:27:12 > Objet: Re: [OMPI devel] openmpi.spec > > Mike and I talked in IM. The results of our chat was Mike's commit: > > https://svn.open-mpi.org/trac/ompi/changeset/32205 >

Re: [OMPI devel] openmpi.spec

2014-07-10 Thread Jeff Squyres (jsquyres)
Mike and I talked in IM. The results of our chat was Mike's commit: https://svn.open-mpi.org/trac/ompi/changeset/32205 On Jul 10, 2014, at 9:57 AM, Mike Dubman wrote: > > Hi, > The following commit https://svn.open-mpi.org/trac/ompi/changeset/32147 does > some harm: > > the line 202 in

[OMPI devel] openmpi.spec

2014-07-10 Thread Mike Dubman
Hi, The following commit https://svn.open-mpi.org/trac/ompi/changeset/32147 does some harm: the line 202 in the change causes openmpi.src.rpm to contain arch in the rpm name, i.e. openmpi-1.8.2a1-1.el6.src.rpm The src.rpm should be arch agnostic. what do you think? Thanks