You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
P. S. Clang will likely need -lomp in ldflags in addition to -fopenmp; with GCC it should not be used (otherwise build will be broken, since libomp is LLVM-specific library).
@helske Turned out, OpenMP detection does not work, at least in 1.4.3:
Build is fine, but OpenMP is not used, despite being, obviously, supported by GCC.
Makevars
are written like:And then
SHLIB_OPENMP_CFLAGS
are undefined. Should be-fopenmp
there instead for it to work.The text was updated successfully, but these errors were encountered: