_OPENMP not activated with setuptools
Environment: M1 mac, conda-forge c-compiler
Currently looking for the reason, but _OPENMP is not activated in C macro when using setuptools to compile, though usual build using cmake does with the same compiler.
My mistake: extra_compile_args
was not properly set.