Add libclang_mojo recipe#289
Open
MoSafi2 wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Adds the
libclang_mojorecipe,libclang_mojoprovides high-level Mojo bindings for LLVMlibclangwith a Pythonclang.cindex-style API for source-code tooling.Package Details
libclang_mojo0.1.0What's Included
MoSafi2/mojo_libclangcommita14c2ee9a576463dbd5739e80e66407e94263c5d${PREFIX}/lib/mojo/clang.mojocclang.cindex.Indexfrom the installed packageTesting
pixi run rattler-build build --render-only --with-solve --recipe recipes/libclang_mojo/recipe.yaml --variant-config variants/variants.yaml --channel conda-forge --channel https://conda.modular.com/max --channel https://prefix.dev/modular-communitypixi run rattler-build build --recipe recipes/libclang_mojo/recipe.yaml --variant-config variants/variants.yaml --channel conda-forge --channel https://conda.modular.com/max --channel https://prefix.dev/modular-community --output-dir output/libclang_mojo-checkThe full
linux-64build completed successfully and the package smoke test printedlibclang_mojo package smoke test passed.Checklist
recipe.yamlfile specifies which version(s) of MAX is compatible with my project (see here for an example). If not, my package is compatible with both 24.5 and 24.6.0(for new packages, or if the version changed).