DReichLab / AdmixTools

Tools test whether admixture occurred and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation and installation errors of 8.0.0 on RHEL9

rattei opened this issue · comments

Hello, build and install of AdmixTools 8.0.0 do not work on a standard RHEL system. The code and CFLAGS are incompatible with GCC 11 and the Makefile tries to install files from pysrc, which does not exist.

To get the software installed, I had to patch the Makefile:
sed -i "s/-Wimplicit/-Wimplicit -fcommon/" Makefile
sed -i "/pysrc/d" Makefile

Would be great if new releases could be tested on typical platforms before they are releases. We are happy to test on RHEL in the future, if you wish.

best,
Thomas

This should be resolved in de6d9ee and 950152c. Let me know if these work for you and I will build a new release.

Yes, I can confirm that the last checkout compiles without problems on RHEL9. Thanks for fixing the issue.