Re: [OMPI users] test for sctp on FreeBSD too narrow

2012-09-12 Thread Jeff Squyres
Thank you! I'll put this on the trunk and the upcoming releases. This is too late for v1.6.2, but it can be in 1.6.3. On Sep 10, 2012, at 4:22 PM, Brooks Davis wrote: > The test for SCTP support in libc on FreeBSD only allows it to work on > FreeBSD 7 (or I suppose 70 :). That attached patch

[OMPI users] test for sctp on FreeBSD too narrow

2012-09-10 Thread Brooks Davis
The test for SCTP support in libc on FreeBSD only allows it to work on FreeBSD 7 (or I suppose 70 :). That attached patch expands the test to 7 though 19 which should be enough for a while. Hopefully by the time FreeBSD 19 is out everything will have sctp support in libc or have dropped it. :) --