Under Linux (Ubuntu 20.04) the hermes-python repository's Makefile claims that it cannont find a number of include files (e.g. compat.h and many others) even though they are in the hermes repository build tree. I noticed that they are in various directories under the hermes repository. For example, compat.h is in my /ots/sw/hermes/hermes_common/include/uti directory, but it appears that the Makefile for hermes-python expects it to be in the /ots/sw/hermes/hermes_common/include directory.
What branch/release of hermes is expected to allow a successful build of hermes-python?