Re: [hwloc-devel] hwloc embedding vs libltdl

2013-05-08 Thread Brice Goglin
Le 08/05/2013 13:09, Jeff Squyres (jsquyres) a écrit : > 2. My thoughts were preventing hwloc from going thru some of the pain that > OMPI went thru w embedding. Libibverbs has the same problem. If you have > middleware that uses plugins that, in turn, uses plugins, it's a bit > complicated to

Re: [OMPI devel] [OMPI svn] svn:open-mpi r28456 - trunk

2013-05-08 Thread Thomas Naughton
Hi Ralph, On Tue, 7 May 2013, Ralph Castain wrote: 2) Avoid adding "ignored" frameworks to the autogenerated "frameworks.h" header file. This simply applies the same ignored() function that is used elsewhere in the autogen.pl script for omitting "ignored" MCA directories from the

Re: [hwloc-devel] hwloc embedding vs libltdl

2013-05-08 Thread Jeff Squyres (jsquyres)
I don't think libltdl has a .pc. :( Sent from my phone. No type good. On May 8, 2013, at 2:26 AM, "Brice Goglin" > wrote: Le 08/05/2013 02:47, Jeff Squyres (jsquyres) a écrit : How's this patch? The only question I have is: how do we figure

Re: [hwloc-devel] hwloc embedding vs libltdl

2013-05-08 Thread Jeff Squyres (jsquyres)
1. Ok. 2. My thoughts were preventing hwloc from going thru some of the pain that OMPI went thru w embedding. Libibverbs has the same problem. If you have middleware that uses plugins that, in turn, uses plugins, it's a bit complicated to support fully static builds properly (OMPI and hwloc

Re: [hwloc-devel] hwloc embedding vs libltdl

2013-05-08 Thread Brice Goglin
Actually, are we going too far here? 1) The original problem was that embedding couldn't build (it couldn't even autoreconf) because of the embedded ltdl. Not because of plugins being enabled. That's fixed with my patch and with yours. tests/embedded/ runs fine now. 2) Now, we're disallowing

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r5606 - trunk

2013-05-08 Thread Brice Goglin
We actually used C++ during make check (we test the C++ build of doc/hwloc-hello.c) (got a build failure report from https://ci.inria.fr/hwloc/) Brice Le 08/05/2013 02:27, svn-commit-mai...@open-mpi.org a écrit : > Author: jsquyres (Jeff Squyres) > Date: 2013-05-07 20:27:25 EDT (Tue, 07 May

Re: [hwloc-devel] hwloc embedding vs libltdl

2013-05-08 Thread Brice Goglin
Le 08/05/2013 02:47, Jeff Squyres (jsquyres) a écrit : > How's this patch? > > The only question I have is: how do we figure out what libraries to put in > the .pc file in the --disable-shared --enable-static case? There should be a ltdl.pc for this. But I don't see any. Is there a standard way