Re: [hwloc-devel] hwloc version number

2014-10-02 Thread Brice Goglin
Yes I want this, and even for the upcoming v1.10.0 :) Brice Le 02/10/2014 02:59, Jeff Squyres (jsquyres) a écrit : > Errr... I got the patch slightly wrong. The one added line should include > the ".$HWLOC_RELEASE_VERSION" at the end. You get the idea... > > > On Oct 1, 2014, at 8:50 PM, Jeff

Re: [hwloc-devel] hwloc version number

2014-10-01 Thread Jeff Squyres (jsquyres)
Errr... I got the patch slightly wrong. The one added line should include the ".$HWLOC_RELEASE_VERSION" at the end. You get the idea... On Oct 1, 2014, at 8:50 PM, Jeff Squyres (jsquyres) wrote: > We just changed the version numbering scheme over in OMPI to always be > "a.b.c", even if c==0

[hwloc-devel] hwloc version number

2014-10-01 Thread Jeff Squyres (jsquyres)
We just changed the version numbering scheme over in OMPI to always be "a.b.c", even if c==0. Do we want the same thing in hwloc? Right now, hwloc uses the old OMPI versioning scheme -- it's "a.b.c", except when c==0, and then the version is "a.b". It's a pretty simple change: diff --git a/co