Re: [OMPI devel] autogen.sh improvements

2010-08-31 Thread Ralph Castain
Yes, they are in a bitbucket repo: https://bitbucket.org/rhc/ompi-agen On Aug 31, 2010, at 9:08 AM, Shamis, Pavel wrote: > Jeff, > > Is the autogen changes are public available? I would like to see the code. > > Thanks. > > > > On Aug 16, 2010, at 10:55 AM, Jeff Squyres wrote: > >> I just

Re: [OMPI devel] autogen.sh improvements

2010-08-31 Thread Shamis, Pavel
Jeff, Is the autogen changes are public available? I would like to see the code. Thanks. On Aug 16, 2010, at 10:55 AM, Jeff Squyres wrote: > I just wanted to give the community a heads up that Ralph, Brian, and I are > revamping autogen in a Mercurial branch. I don't know the exact timeline

Re: [OMPI devel] autogen.sh improvements

2010-08-16 Thread Jeff Squyres
'zactly what Ralph said. The m4 parts got a little smarter (because they really should have been smarter to begin with). As a result, autogen could get a little stupider. :-) On Aug 16, 2010, at 4:43 PM, Ralph Castain wrote: > Yes - autogen dumbs down by spreading the "smarts" across other

Re: [OMPI devel] autogen.sh improvements

2010-08-16 Thread Ralph Castain
Yes - autogen dumbs down by spreading the "smarts" across other parts of the build system, and removing complexity that we no longer use or need On Aug 16, 2010, at 5:23 PM, kevin.buck...@ecs.vuw.ac.nz wrote: >> 5. ompi_mca.m4 has been cleaned up a bit, allowing autogen.pl to be a >> little dum

Re: [OMPI devel] autogen.sh improvements

2010-08-16 Thread Kevin . Buckley
> > 5. ompi_mca.m4 has been cleaned up a bit, allowing autogen.pl to be a > > little dumber than autogen.sh > > So you are dumbing down in search of improvements ? > Apologies. That was only meant to go to Jeff Squyres. Kevin

Re: [OMPI devel] autogen.sh improvements

2010-08-16 Thread Kevin . Buckley
> 5. ompi_mca.m4 has been cleaned up a bit, allowing autogen.pl to be a > little dumber than autogen.sh So you are dumbing down in search of improvements ?

[OMPI devel] autogen.sh improvements

2010-08-16 Thread Jeff Squyres
I just wanted to give the community a heads up that Ralph, Brian, and I are revamping autogen in a Mercurial branch. I don't know the exact timeline to completion, but it won't be *too* far in the future. We made some core changes, and then made some other changes that necessitated minor edi