-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bundled MinGW has missing support for openmp #175
Comments
I would like to second this. The included compiler should support openmp since it is often necessary for scientific libraries. |
MinGW in Windows 64 is still unstable, see for example issue #271. So i think the official solution suggested by the Cython developers is the best alternative right now, i.e. using the Visual Studio compiler. However, TDM-GCC is an alternative worth exploring. I didn't know about it, so thanks for suggesting it. |
I have switched to TDM-GCC on win32 and am very happy. Just make sure it is in the path before |
Hi! When trying to compile some cython code using anaconda 2.0.1 (and 2.1.0) in win64 I noticed that openmp is missing, looking in cython-group in google groups it seems to be the default solution to just replace anaconda MinGW with TDM-GCC (http://tdm-gcc.tdragon.net/)... and that simply works. But the cython recommendation is to use MS SDK (https://github.com/cython/cython/wiki/64BitCythonExtensionsOnWindows)
All that said, there is also (https://github.com/numpy/numpy/wiki/Mingw-static-toolchain) ..
So three options here:
My vote is for (1) as I have been using it for the past year in production.
The text was updated successfully, but these errors were encountered: