Re: [OMPI devel] Shared library versioning

2009-07-29 Thread Brian W. Barrett
On Wed, 29 Jul 2009, Jeff Squyres wrote: On Jul 28, 2009, at 1:56 PM, Ralf Wildenhues wrote: - support files are not versioned (e.g., show_help text files) - include files are not versioned (e.g., mpi.h) - OMPI's DSOs actually are versioned, but more work would be needed in this area to make t

Re: [OMPI devel] Shared library versioning

2009-07-29 Thread Jeff Squyres
On Jul 28, 2009, at 1:56 PM, Ralf Wildenhues wrote: > - support files are not versioned (e.g., show_help text files) > - include files are not versioned (e.g., mpi.h) > - OMPI's DSOs actually are versioned, but more work would be needed > in this area to make that versioning scheme work in real

Re: [OMPI devel] Shared library versioning

2009-07-28 Thread Chris Samuel
- "Ralf Wildenhues" wrote: > You can probably solve most of these issues by just > versioning the directory names where you put the files; To be honest I'm not sure if this is something that OMPI should be looking to solve, we have lots of different versions installed on our clusters just u

Re: [OMPI devel] Shared library versioning

2009-07-28 Thread Ralf Wildenhues
* Jeff Squyres wrote on Sat, Jul 25, 2009 at 07:59:25PM CEST: > On Jul 25, 2009, at 12:59 PM, Iain Bason wrote: > >> We have talked many times about doing proper versioning for > >> OMPI's .so libraries (e.g., libmpi.so -- *not* our component DSOs). > > > >Forgive me if this has been hashed out, bu

Re: [OMPI devel] Shared library versioning

2009-07-25 Thread Jeff Squyres
On Jul 25, 2009, at 12:59 PM, Iain Bason wrote: > We have talked many times about doing proper versioning for > OMPI's .so libraries (e.g., libmpi.so -- *not* our component DSOs). Forgive me if this has been hashed out, but won't you run into trouble by not versioning the components? This is

Re: [OMPI devel] Shared library versioning

2009-07-25 Thread Iain Bason
On Jul 23, 2009, at 5:53 PM, Jeff Squyres wrote: We have talked many times about doing proper versioning for OMPI's .so libraries (e.g., libmpi.so -- *not* our component DSOs). Forgive me if this has been hashed out, but won't you run into trouble by not versioning the components? What ha

Re: [OMPI devel] Shared library versioning

2009-07-24 Thread Jeff Squyres
Oops! I forgot to attach those 3 pages from the Libtool docs. Here they are... On Jul 23, 2009, at 5:53 PM, Jeff Squyres (jsquyres) wrote: We have talked many times about doing proper versioning for OMPI's .so libraries (e.g., libmpi.so -- *not* our component DSOs). After reading up on the

[OMPI devel] Shared library versioning

2009-07-23 Thread Jeff Squyres
We have talked many times about doing proper versioning for OMPI's .so libraries (e.g., libmpi.so -- *not* our component DSOs). After reading up on the Libtool recommendations on how to do this, I have added a the relevant stuff to the relevant Makefile.am's, and also added a small conveni