-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
[dev] build from main for testing flang-rt #80
base: dev
Are you sure you want to change the base?
Conversation
…nda-forge-pinning 2024.11.19.17.47.15
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 ( |
…26bff9 flang v19.1.4
…onda-forge-pinning 2024.12.03.17.32.07
…5e5a9d flang v19.1.5
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/13019627161. Examine the logs at this URL for more detail. |
@isuruf, could you PTAL here? This is for testing llvm/llvm-project#110217, which proposes to introduce This PR is just a POC to see how things would work together, but my idea would be to create a separate feedstock Would appreciate your thoughts! PS. Note that windows has no builds for now because upstream had a major build regression that killed builds for conda-forge/clangdev-feedstock#330 (& subsequent packages). This should hopefully be fixed soon-ish. |
…nda-forge-pinning 2024.12.15.16.05.58 minus updates to README & and keeping output validation disabled
Aside from some minor bugs (and shared runtime lib support on unix) still being worked out upstream, could you please let me know if you're alright with the approach structurally @isuruf? (i.e. flang-rt being a separate feedstock depending on flang; the activation then depending on both) |
Sounds good to me. We probably don't need to have a |
Thanks for the response
Shared support is being worked on upstream: llvm/llvm-project#120213 Shared libs on windows is still a bit further out, but should also follow. If we want to switch to the shared libs, then we'd switch on the run-export for
This was more from the POV that we've been producing packages (both with current and former flang) that have a run-dep on |
this determines whether the driver looks into ${prefix}/lib/clang/20/lib/windows
For testing llvm/llvm-project#110217
Also remove the emscripten changes, which have been moved to a separate branch.