Re: [OMPI users] OpenMPI 1.4 RPM Spec file problem

2009-12-14 Thread Jeff Squyres
Jim and I iterated a bit off-list. Jim -- I committed a change to our specfile that makes it work for me. Before I release a 1.4-2 SRPM, could you give it a whirl? http://www.open-mpi.org/~jsquyres/unofficial/ On Dec 9, 2009, at 6:41 PM, Jim Kusznir wrote: > By the way, if I set build_a

Re: [OMPI users] OpenMPI 1.4 RPM Spec file problem

2009-12-11 Thread Jeff Squyres
On Dec 9, 2009, at 4:47 PM, Jim Kusznir wrote: > One (on gcc only): the D_FORTIFY_SOURCE build failure. I've had to > move the if test "$using_gcc" = 0; then line down to after the > RPM_OPT_FLAGS= that includes D_FORTIFY_SOURCE; otherwise the compile > blows up. Hmm. Can you explain why / prov

Re: [OMPI users] OpenMPI 1.4 RPM Spec file problem

2009-12-09 Thread Jim Kusznir
By the way, if I set build_all_in_one_rpm to 1, it works fine... --Jim On Wed, Dec 9, 2009 at 1:47 PM, Jim Kusznir wrote: > Hi all: > > I'm trying to build openmpi-1.4 rpms using my normal (complex) rpm > build commands, but its failing.  I'm running into two errors: > > One (on gcc only): the D

[OMPI users] OpenMPI 1.4 RPM Spec file problem

2009-12-09 Thread Jim Kusznir
Hi all: I'm trying to build openmpi-1.4 rpms using my normal (complex) rpm build commands, but its failing. I'm running into two errors: One (on gcc only): the D_FORTIFY_SOURCE build failure. I've had to move the if test "$using_gcc" = 0; then line down to after the RPM_OPT_FLAGS= that includes