On 09:46 Wed 25 Jun     , Yevgeny Kliteynik wrote:
> 
> Undoing a change in the default vendor selection.
> The patch broke ibmgtsim compilation.

This patch breaks external plugin compilation where osm_vendor.h is
included implicitly (requires complicated vendor selection for installed
vendor layer, although it should be transparent for event plugins).

I tried both:

  cd ibmgtsim && ./configure --prefix=${ROOT} --with-ibdm=${ROOT} \
        && make && make install

, and

  cd opensm && ${OSM_DIR}/configure --with-osmv=sim --with-sim=${ROOT} \
        --prefix=${ROOT} && make && make install

And it works fine for me. Could you provide more details about the
failure? How to reproduce it?

Another solutions can be to make osm_vendor_select.h to be autogenerated
by ./configure script or even better - to make vendor independent vendor
API. But both are much larger change.

Sasha
_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to