-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Enable build of manifpy on Windows #13
Enable build of manifpy on Windows #13
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
The relevant error seems:
I wonder if there strange character somewhere in conf files. |
243805c
to
da967f2
Compare
This is probably related to the strange character in the README files that then is read in the setup.py . As this problem was removed upstream in artivis/manif#233, we can just temporay avoid providing a long description in Windows, via the patch b0010c2 . |
New error:
|
@conda-forge-admin, please rerender |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2021.07.22.10.53.36
With VS2017, the compilation fails with:
|
@conda-forge-admin, please rerender |
…nda-forge-pinning 2021.07.25.11.01.12
Failure on VS2019:
|
Error when using
|
It seems that this was happening because I was not installing |
That was not the problem. Even with proper clang-cl, for some reason the Python in the base environment is found, creating version problems. |
Finally. All the cross-talking and finding the wrong Python version was not related specifically to clang-cl, but we noticed it simply with clang-cl as with proper VS the build was failing, and the problem of wrong Python version was that for some reason the CMake cache on one variant was found again when building with a different Python version. Switching to out-of-source build with the build directory name different for each variant fixed the issue. |
Fix #7 .
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)