-
Notifications
You must be signed in to change notification settings - Fork 23
CI Failure #70
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
base: master
Are you sure you want to change the base?
CI Failure #70
Conversation
Ubuntu is fixed. However for mac there seems to be a c++ library problem: |
For Windows, the setup of visual studio seems to be failing for some reason |
I don't know if it could help, but on a fresh virtual windows-8.1, with python 3.9 (above it does not pass compatibility for the env), I got the same exit error than the CI at the same moment plantgl_conda_build_log.txt, with the following error: C:\Users\FB\miniconda3\envs\plg\conda-bld\openalea.plantgl_1744982685671_build_env\Library\bin\uv.dll |
Thanks
This can be due to a wrong definition of |
@AurelienBesnier : Great thank you! |
@pradal no problem! |
The current setup of the meta.yaml + conda_build_config.yaml works on @christian34 's computer. |
@AurelienBesnier : it seems that the version of the compilers is managed in the file conda-build-config.yaml In the https://github.com/conda-forge/conda-forge-pinning-feedstock you have the two lines:
Not sure it helps, but this is a good guideline to be in sync with onda-forge |
Only let conda_build_config handling of vs version
Ok so, it seems to start working when we get rid of the previous action that sets up the install of VS and only mention the version of VS in the Problem is, we start to have some compilation errors. |
@AurelienBesnier Great progress! Thanks. |
Just to see what happen with vs2019 and no msvc actions
@christian34 It works guy! So smart... |
Bingo !!! The two lines :
mentioned above in the conf seems then to be the better solution ! Concerning the action I will submit PR for removing the msvc action. Probably some lines/howto use msvc will be needed in the guidelines ! |
Related to issue #69