Closed rtobar closed 1 year ago
Ok, so I guess I need to check for that header as well before enabling the ibverbs support. Since there is an easy workaround (install librdmacm-dev) I'll leave this open for now, since I'm looking into replacing the whole build system.
@rtobar I think this should be fixed in 4.0.0b1. Let me know if not.
Works now, thanks!
While trying to compile spead (both standalone or as a python package),
configure
detects ibverbs support, but compilation still fails:When compiling standalone I can easily bypass this by running
./configure --without-ibv
, in which case compilation continues. Compiling the python package requires modifyingsetup.py
to pass the flag toconfigure
though.I'm running in Ubuntu 22.10 with
libibverbs-dev
version 42.0-1 installed. If I installlibrdmacm-dev
the problem also goes away.