-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Windows builds are failing #1
Comments
That is a very special error. I'm not really sure how we got into this situation. |
I dropped it in the "I need help on Windows" issue so hopefully someone with a dev environment who knows more can figure this out. Were there any recent releases of |
Oh, maybe we need |
Makes sense... I guess... If that works can you update the wiki? https://github.com/conda-forge/staged-recipes/wiki/VC-features |
Still weird that it worked before though. Maybe there is some subtle difference between CI here and in staged-recipes? |
Python should not be required in tests if it is required in run requirements. However, there is one crazy issue: Test requirements are NOT pinned the same way that run requirements are: conda/conda-build#835 I can't explain the inconsistent behavior, but it might be related to that issue. |
Slowly coming back to me. We ran into this issue with GLPK. Maybe I need to tweak the recipe here to match. That or will need @pelson's CI improvements. Might want to wait to see how GLPK gets fixed before implementing something here. @jjhelmus @pelson, do either of you have any thoughts on this point? |
At least for GLPK adding |
@jakirkham I guess the original issue here is resolved, correct? I saw the logs and there is a new problem:
I believe that has a simple solution (missing |
So, I think the problem is that executable doesn't exist on Windows. Not sure why that is. However, if you look earlier in the log, you will see that never copied over into the binaries' directory. |
Yeah, appears these are UNIX only. Will fix the test and then it should be ok. |
Think we have incorporated these fixes. Will see if it builds correctly this time. |
|
cc @pelson |
I believe that I have fixed this problem. Here were the problems.
The first two make sense and have been fixed. Though given the issues with 1, it is possible it will resurface and will keep an eye open for bug reports there to see if we need a better fix. As for 3, this doesn't seem like it should be a problem and it is being built as one can see in the AppVeyor log; however, the test for it fails. Given I don't really have a Windows dev environment, I appreciate any help I can get on that point. My current plan is to inspect the Windows binaries (once available) to see if this is getting renamed somehow. However, I didn't want to hold up binaries that otherwise seem to work over this one missing command line tool. |
Looks like Windows builds are released. 🎉 |
Enable cross-compile mpi
HDF5 is failing on Windows.
The text was updated successfully, but these errors were encountered: