[OMPI users] openmpi-1.7.2 rpm

2013-08-08 Thread RoboBeans
Hello everyone, I am trying to create rpm from openmpi source code but getting following error. Could someone please point what I am doing wrong? I have attached buildrpm.sh and openmpi.spec for your reference. Thanks for your time! # *./buildrpm.sh openmpi-1.7.2.tar.gz* --> Found tarball: o

Re: [OMPI users] openmpi-1.7.2 rpm

2013-08-08 Thread Jonathan Barber
I think you're missing the package "rpm-build", is it installed? Cheers On 8 August 2013 05:54, RoboBeans wrote: > Hello everyone, I am trying to create rpm from openmpi source code but > getting following error. Could someone please point what I am doing wrong? > I have attached buildrpm.sh a

Re: [OMPI users] openmpi-1.7.2 rpm

2013-08-08 Thread Jeff Squyres (jsquyres)
The issue is that the buildrpm.sh script is not really intended for users. It's for the OMPI developers who make the official Open MPI SRPM. That usually ends up being me, so that script is somewhat tailored to my environment. You should be able to rpmbuild --rebuild the Open MPI SRPM if you w