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 ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/23719013012. Examine the logs at this URL for more detail. |
…6.03.26.13.31.28 Other tools: - conda-build 26.1.0 - rattler-build 0.61.2 - rattler-build-conda-compat 1.4.11
|
After looking into this a bit more, it seems a fix will be required on the Meson side. It has the concept of a Ideally our |
No. Removing |
Okay. The problem is that when we have so are we expecting Meson to strip the |
|
Ready for review, this seems to fix the issue for me in combination with mesonbuild/meson#15660. |
| @@ -10,7 +10,7 @@ set "AR=llvm-ar.exe" | |||
|
|
|||
| :: following https://github.com/conda-forge/clang-win-activation-feedstock/blob/main/recipe/activate-clang_win-64.bat | |||
| set "FFLAGS=-D_CRT_SECURE_NO_WARNINGS -fms-runtime-lib=dll -fuse-ld=lld" | |||
There was a problem hiding this comment.
(I don't think it matters for this PR, but shouldn't we be passing -fuse-ld=lld-link given that we have FC_LD=lld-link.exe above?)
|
Sorry this floundered for a while. I see mesonbuild/meson#15660 got no response yet... How would you like to continue? |
|
Seems like we may as well merge this now? Admittedly it is a bit useless until the meson PR is in for SciPy, but maybe it helps some other build system. |
Checklist
0(if the version changed)conda-smithy(Use the phrase@conda-forge-admin, please rerenderin a comment in this PR for automated rerendering)An attempt at fixing scipy/scipy#24925. Along the lines of conda-forge/clang-win-activation-feedstock@57f1981.
Closes gh-22