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
While working on #4851 I noticed that I got compiler warnings about the flag -fopenmp being unknown and, accordingly, didn't have openMP working. I'm compiling with msvc, so in my case, the flag should be /openmp.
Description
While working on #4851 I noticed that I got compiler warnings about the flag
-fopenmp
being unknown and, accordingly, didn't have openMP working. I'm compiling with msvc, so in my case, the flag should be/openmp
.I've updated the setup.py to assign the correct flag if the compiler is
msvc
:https://gist.github.com/FirefoxMetzger/b10a215204732ebf0a2cc34b15b89039
(in particular line 99ff.)
This works in my case, but I didn't think about it too deeply. If there is interest to incorporate this change, I'll open a PR.
Way to reproduce
Somewhere in the build logs:
Version information
The text was updated successfully, but these errors were encountered: