-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Manual scipy build for win64 py38 #119
Comments
Uploaded as |
Awesome, thanks @mariusvniekerk. I'll fix those test failures. |
This failure showed up on Windows with VS2017 + Ifort 2019, see conda-forge/scipy-feedstock#119 [ci skip]
The |
This failure showed up on Windows with VS2017 + Ifort 2019, see conda-forge/scipy-feedstock#119 [ci skip]
Thanks @mariusvniekerk! 😀 |
Cool. It would be nice to have that documented that for cfep-03 |
Is this the change that broke everything for me? I am using conda-forge with strict priority as recommended so this build replaced the default channel, but the requirements for this package conflict with a lot of things that depend on scipy (specifically scikit-learn for example) |
@peterdhansen, please open another issue with the requested information in the issue template. |
Are you using Python 3.8 for that? If not, this change did should not affect you. |
@mariusvniekerk Was the build time below the 6h CI limit (or is it expected to be)? If not (fingers crossed), why not use try to use this already for the windows builds in the recipe? |
Is there a way I can help to manually build and upload a new version of scipy for win64 to conda-forge? Considering Scipy 1.4 is now out, it would be helpful to have it for win64 as well. |
conda-forge/cfep#5 has been merged. Could we retry the windows builds for scipy? :) |
I'll have to go resurrect / rebuild the azure machine i used to do this. |
With the impending release of scipy 1.5.0, I thought I'd ping on this once more... |
I've built scipy manually on an azure vm provisioned with VS2017 + 2019 and Intel IFort.
The only changes to the recipe needed were for compiler activations.
Almost all the tests pass natively aside from the following
These tests are minor enough in failure that i'm uploading the artifact built to Anaconda.org
The text was updated successfully, but these errors were encountered: