Hey,
I managed to install and make the tests pass on mac except for the tests that reference compiler="gcc".
For devito to work I had to define env variables export CC=gcc-13 for example. gcc on mac points to clang by default and the support for openmp there seemed painful. This line fails unless I delete the compiler="gcc"flag. Weirdly enough, if I run the same test inside the REPL, instead of pkg mode, it passes!
So not sure what the way forward here is, but I thought it would be useful to let you know.