Thanks Jeff. I was able to produce rpm using "rpmbuild --rebuild
openmpi-1.7.2-1.src.rpm". What is the correct way of passing additional
config parameters if a user wish to. For example
-enable-event-thread-support --enable-opal-multi-threads
--enable-orte-progress-threads --enable-mpi-thread-m
The specfile we provide is quite flexible -- read through the comments at the
top to see what CLI options it allows. The short version is that you want
something like:
rpmbuild --rebuild --define 'configure_options --enable-event-thread-support
--enable-opal-multi-threads ...etc.' openmpi-1.7.
will this rpm include both openmpi and openmpi-devel or do i have to
create separate rpms? Thanks for your time!
On 8/9/13 3:14 PM, Jeff Squyres (jsquyres) wrote:
The specfile we provide is quite flexible -- read through the comments at the
top to see what CLI options it allows. The short ver
It can be built either way (because some users want an all-in-one RPM and
others and separate RPMs). Check out the comments at the top of the spec file:
https://svn.open-mpi.org/trac/ompi/browser/branches/v1.7/contrib/dist/linux/openmpi.spec
I think the option you want is build_all_in_one_rpm (