You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on vacation and will not be able to fix anything for the next weeks.
But the fix is more likely required on the pylikwid side. It assumes that the affinity group tag is a bstring and thus uses bdata(). This was changed in 5.4+ to be a character array.
Describe the bug
The
bstrlib.h
file is not put into<prefix>/include
for likwid versions 5.4.0+This is causing pylikwid to not build as it cannot find the
bdata
macro.To Reproduce
likwid-5.3.0.tar.gz
andlikwid-5.4.0.tar.gz
make && sudo make install
(setting the prefix so they install somewhere unique).ls <prefix>/include
givesfor 5.3.0, but
for 5.4.0. I have verified that this issue persists for 5.4.1 also.
Additional context
Running on Arch Linux
The text was updated successfully, but these errors were encountered: