Skip to content
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

[Feature]: Support GCC/Clang plugin #165

Open
W-Mai opened this issue Mar 12, 2024 · 3 comments
Open

[Feature]: Support GCC/Clang plugin #165

W-Mai opened this issue Mar 12, 2024 · 3 comments

Comments

@W-Mai
Copy link

W-Mai commented Mar 12, 2024

GCC/Clang plug-in is required

@aooohan
Copy link
Member

aooohan commented Mar 12, 2024

Are you interested in raising a PR?

Plugin Development Doc: https://vfox.lhan.me/plugins/create/howto.html

@W-Mai
Copy link
Author

W-Mai commented Mar 12, 2024

I'm interested, but I'm not good at developing vfox plug-ins.

Maybe I can try it, but I don't have much time recently.

@aooohan aooohan transferred this issue from version-fox/version-fox-plugins Apr 1, 2024
@aooohan aooohan changed the title GCC/Clang plug-in is required [Feature]: Support GCC/Clang plugin Apr 1, 2024
@yanecc
Copy link
Contributor

yanecc commented Jun 23, 2024

I basically implemented the clang plugin (in the simplest way), and transferred the repository to the version-fox organization. Anyone could help with tasks like updating versions (which may be automated in the future).


By the way, any package available from conda-forge (such as gcc, perl, python, rust, etc.) can be made into a plugin for vfox in a similar manner, which can avoid unnecessary compilation and get rid of system dependencies.
Comparing several popular installation methods, micromanba is compatible with miniconda but faster, while pixi can generate executable scripts to handle complex conda environment (what conda activate does) but may be not stable enough.

Refer to:
To install with pixi
To install with micromamba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants