Compilation and installation errors of 8.0.0 on RHEL9
rattei opened this issue · comments
rattei commented
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
MatthewMah commented
rattei commented
Yes, I can confirm that the last checkout compiles without problems on RHEL9. Thanks for fixing the issue.