I tried to compile with PYOP2_CC=gcc-9 but the logic in compilation.py made me end up in the AnonymousCompiler which does not set any linker flags. I don't want to set these by hand so I added a MacGNUCompiler (which uses the the same flags as the clang compiler). (Thanks @JDBetteridge)
I tried to compile with
PYOP2_CC=gcc-9
but the logic incompilation.py
made me end up in theAnonymousCompiler
which does not set any linker flags. I don't want to set these by hand so I added aMacGNUCompiler
(which uses the the same flags as the clang compiler). (Thanks @JDBetteridge)