-
-
Notifications
You must be signed in to change notification settings - Fork 186
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 32-bit issue #734
Comments
Thanks for opening this @isuruf. Shouldn't this be changed in the recipes that need it since it is an edit to the meta.yaml? |
yes, no cross-compilation is possible without using the compiler jinja2. The target_platform key is what we depend on, but that's not used with the legacy compiler setup. TBH, this is not something we should fix. This is a great reason to switch to the new recipe style. Also, didn't we vote to drop win-32 anyway? |
Looks like it's not a win-32 issue anyway.
You mean switch to the new recipe style only for windows? |
My bad. Dropped the ball on the announcement. Just triggered that on our main channels: |
yeah, that boost issue is pretty squirrelly. Things are getting very confused on which compiler is active, fwict:
I'm concerned about the msvc_14 stuff in there, and also about the cxx11 stuff - seems like if it is really vs2015, those should all be yes, not no. This is probably going to require some local debugging. |
Yeah can reproduce this on 64-bit Windows with |
So I think that line from Boost is misleading. It may mean something totally different. The 64-bit builds are generating 64-bit binaries. Also the |
yeah, adding the compiler stuff should definitely work, but IMHO it should not be a hard requirement. It may be one we impose by policy, but should not be a technical requirement. I will work on fixing the issue so that recipes without the new compiler information still work. |
See https://ci.appveyor.com/project/isuruf/boost-cpp-feedstock/build/1.0.24
The recipe doesn't use
compiler
jinja functions and therefore has noc_compiler
norzip_keys
entries.The text was updated successfully, but these errors were encountered: