-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
mkl 11.3.3 vs scipy/numpy #628
Comments
Just to clarify - this is just to track that fact that at the moment we are working around the broken scipy 0.17.0 build in the conda main repository? There are no action points here because we need Continuum to fix it on their end? |
@patricksnape This is how I understood @jakirkham. And we have one point of return. |
Thanks for doing this, @kmuehlbauer.
Yes. This is better than tracking it in a bunch of PRs. It is also makes it easier for people proposing recipes to find.
Well, we need to have this open so that people running into the same problem can find this somewhere. We also want to be able to notify people when it is fixed. Not mention there is a workaround proposed that we need to use IIRC we need to add |
Ah ok great - was just wondering if there was anything I could actively do! |
ping @ilanschnell |
I appreciate that you are always so helpful, @patricksnape. 😄 Maybe if you see someone struggling with this just point them to the issue/workaround. |
Also, seeing an error on Linux with
|
Based on this comment, it might be fixed. |
@patricksnape Could you do your voodoo 😁 with the Dependency Walker again and check this. |
Hold please... |
Ok the new MKL build 1 seems to fix the errors about MKL/Intel compiler libraries being missing. Scipy is still incorrectly linked to VS2010 for Python 2.7 though... I tested Python 2.7/3.4/3.5 and all seem to work. |
We had issues with scipy on windows lately. @patricksnape could that be caused by this wrong linking? |
Issues with respect to what? Segmentation faults? |
Argh, I can't remember the details, but I got a python stacktrace. No segfaults. |
Probably not - that was probably related to the mkl libraries - but I'd need the stack trace to help 😄 |
Yeah, I think we still have this issue with |
We now have our own Windows will require a build of OpenBLAS, which is in discussion. ( conda-forge/openblas-feedstock#2 ) Though I should add that Long story short. If you are still pinning things with Please let me know if you have any issues. |
I think this issue is resolved. At least there have been no other complaints about MKL that I'm aware of. Going to go ahead and close this. If I'm mistaken, please provide an example of a recent problem and we can reopen it. |
As suggested by @jakirkham here is a short summary to the BUG seen in #605.
This came first to my attention through a user request on the wradlib mailing list. A search found conda-forge #605 and this one at ContinuumIO/anaconda-issues#792.
Another issue here ContinuumIO/anaconda-issues#793
Another one with a workaround is here: astropy/ci-helpers#82.
This here is one with some more insight: ContinuumIO/anaconda-issues#753.
Pinging @pelson, @msarahan, @patricksnape, @ocefpaf, @Cadair
The text was updated successfully, but these errors were encountered: