After some efforts with the pre-compiled releases (#285), I am working on using cmake to generate the library files in GitHub Actions. This is needed instead of using the pre-compiled releases to avoid requiring vtk (which WEC-Sim is not set up to interface with), so I set -DUSE_VTK=OFF.
Unfortunately, the .so files that are generated seem to require GLIBC 2.29 while the Linux machine (shared) I am trying to test it on only has GLIBC 2.28. Do you know what in MoorDyn is triggering the requirement for GLIBC 2.29 and if there's any way to turn the requirement off?