Re: mpich 3.1.4 in rawhide - soname changes

2015-03-15 Thread Dave Love
Orion Poplawski writes: >> Do we know if the actual ABI is incompatible, rather than library >> names/contents? If not, a compatibility libmpich might be useful, >> partly to avoid breaking existing binaries and partly because I suspect >> some things will look for a library of that name, at lea

Re: mpich 3.1.4 in rawhide - soname changes

2015-03-13 Thread Orion Poplawski
On 03/12/2015 12:00 PM, Dave Love wrote: > Sandro Mani writes: > >>> openmpi seems to be using >>> >>> /usr/lib64/openmpi/bin/ >>> /usr/lib64/openmpi/lib/ >>> >>> so perhaps the "mpich" option is better than a generic "mpi"? >>> >> Yes, and this is the way it was before. I'd say this is just an >

Re: mpich 3.1.4 in rawhide - soname changes

2015-03-12 Thread Dave Love
Sandro Mani writes: >> openmpi seems to be using >> >> /usr/lib64/openmpi/bin/ >> /usr/lib64/openmpi/lib/ >> >> so perhaps the "mpich" option is better than a generic "mpi"? >> > Yes, and this is the way it was before. I'd say this is just an > oversight in mpich-modules.patch [1], @MPILIBNAME@ c

Re: mpich 3.1.4 in rawhide - soname changes

2015-03-12 Thread Sandro Mani
On 12.03.2015 14:25, Martyn Foster wrote: On 12 March 2015 at 09:51, Sandro Mani > wrote: On 11.03.2015 20:51, Orion Poplawski wrote: I updated mpich 3.1 to 3.1.4 in rawhide. I wouldn't have thought this would make a difference, but

Re: mpich 3.1.4 in rawhide - soname changes

2015-03-12 Thread Martyn Foster
On 12 March 2015 at 09:51, Sandro Mani wrote: > > On 11.03.2015 20:51, Orion Poplawski wrote: > >> I updated mpich 3.1 to 3.1.4 in rawhide. I wouldn't have thought this >> would >> make a difference, but apparently upstream decided to rename libraries >> (libmpich.so.12 -> libmpi.so.12) and drop

Re: mpich 3.1.4 in rawhide - soname changes

2015-03-12 Thread Sandro Mani
On 11.03.2015 20:51, Orion Poplawski wrote: I updated mpich 3.1 to 3.1.4 in rawhide. I wouldn't have thought this would make a difference, but apparently upstream decided to rename libraries (libmpich.so.12 -> libmpi.so.12) and drop a sub-library (libopa.so.1), apparently not having any underst

mpich 3.1.4 in rawhide - soname changes

2015-03-11 Thread Orion Poplawski
I updated mpich 3.1 to 3.1.4 in rawhide. I wouldn't have thought this would make a difference, but apparently upstream decided to rename libraries (libmpich.so.12 -> libmpi.so.12) and drop a sub-library (libopa.so.1), apparently not having any understanding of how sonames work. Or perhaps I'm jus