Re: [hwloc-devel] [hwloc-svn] svn:hwloc r1896

2010-04-01 Thread Jeff Squyres
On Apr 1, 2010, at 5:46 PM, Brice Goglin wrote:

> Yes, it's fixed in 1.6.3.

Ah, I see the problem -- I upgraded to 1.6.3 as part of the "wtf?" process to 
try to fix the problem, but I was still seeing badness.  But that's because of 
hwloc's configure:

AM_CONDITIONAL([HWLOC_DOXYGEN_BROKEN_SHORT_NAMES], [test 
"$DOXYGEN_VERSION" = "1.6.2"])

Meaning: I hadn't re-run configure.  I just upgraded doxygen in place and 
didn't realize that we had something in hwloc keying off its version number.

-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/




Re: [hwloc-devel] [hwloc-svn] svn:hwloc r1896

2010-04-01 Thread Jeff Squyres
Has this bug been reported upstream to the doxygen people?

The thread safety section wasn't showing up in the PDF this afternoon; it 
confounded me for an hour before I stumbled across this workaround in the 
Makefile.am.


On Apr 1, 2010, at 5:33 PM,   wrote:

> Author: jsquyres
> Date: 2010-04-01 17:33:14 EDT (Thu, 01 Apr 2010)
> New Revision: 1896
> URL: https://svn.open-mpi.org/trac/hwloc/changeset/1896
> 
> Log:
> Ensure to include the thread safety stuff in the PDF.
> 
> Text files modified:
>trunk/doc/Makefile.am |10 ++ 
>1 files changed, 6 insertions(+), 4 deletions(-)
> 
> Modified: trunk/doc/Makefile.am
> ==
> --- trunk/doc/Makefile.am   (original)
> +++ trunk/doc/Makefile.am   2010-04-01 17:33:14 EDT (Thu, 01 Apr 2010)
> @@ -134,10 +134,12 @@
> -@mv -f $(DOX_DIR)/latex/tools.tex $(DOX_DIR)/latex/a2.tex
> -@mv -f $(DOX_DIR)/html/envvar.html $(DOX_DIR)/html/a3.html
> -@mv -f $(DOX_DIR)/latex/envvar.tex $(DOX_DIR)/latex/a3.tex
> -   -@mv -f $(DOX_DIR)/html/embed.html $(DOX_DIR)/html/a4.html
> -   -@mv -f $(DOX_DIR)/latex/embed.tex $(DOX_DIR)/latex/a4.tex
> -   -@mv -f $(DOX_DIR)/html/switchfromplpa.html 
> $(DOX_DIR)/html/a5.html
> -   -@mv -f $(DOX_DIR)/latex/switchfromplpa.tex 
> $(DOX_DIR)/latex/a5.tex
> +   -@mv -f $(DOX_DIR)/html/threadsafety.html $(DOX_DIR)/html/a4.html
> +   -@mv -f $(DOX_DIR)/latex/threadsafety.tex $(DOX_DIR)/latex/a4.tex
> +   -@mv -f $(DOX_DIR)/html/embed.html $(DOX_DIR)/html/a5.html
> +   -@mv -f $(DOX_DIR)/latex/embed.tex $(DOX_DIR)/latex/a5.tex
> +   -@mv -f $(DOX_DIR)/html/switchfromplpa.html 
> $(DOX_DIR)/html/a6.html
> +   -@mv -f $(DOX_DIR)/latex/switchfromplpa.tex 
> $(DOX_DIR)/latex/a6.tex
>  endif
>  endif
> 
> ___
> hwloc-svn mailing list
> hwloc-...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-svn
> 


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/




Re: [hwloc-devel] rc1?

2010-04-01 Thread Samuel Thibault
Brice Goglin, le Thu 01 Apr 2010 19:13:23 +0200, a écrit :
> Jeff Squyres wrote:
> > There have been a few commits today -- are we ready for rc1?  Give me the 
> > word and I'll make it.  :-)
> 
> I am done now (r1895).

I'd like to fix the MISC objects so they are not ignored.

Samuel, hates seeing his TODO-list so full...


Re: [hwloc-devel] rc1?

2010-04-01 Thread Brice Goglin
Jeff Squyres wrote:
> There have been a few commits today -- are we ready for rc1?  Give me the 
> word and I'll make it.  :-)
>   


I am done now (r1895).

Brice