Expected behavior
Compiling by setting CC and CXX appropriately to capture the clang compilers should work on both MacOS and Ubuntu.
Actual behavior
I'm in the midst of setting up a gh action cron job to do a compiler sweep for both clang and gcc, Turns out that if I attempt to set CC=clang and CXX=clang++ and then install MDAnalysis via setup I get OpenMP linking issues. It's not immediately clear to me if the issue is down to the gh action runners or generally an issue with Ubuntu.
Here is an example failed job: https://github.com/IAlibay/mdanalysis/runs/2109402006?check_suite_focus=true