-
Notifications
You must be signed in to change notification settings - Fork 28
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
cosma conda package on conda-forge? #89
Comments
Hi Leopold, I think this is a great idea, would be certainly nice to have it. Although I don't have much experience with writing conda packages. Would you maybe like to help us do it for COSMA? I can add you as a collaborator to the repo in that case. Let me know how we should proceed. |
Would we have to make a conda package for each COSMA dependency (?), which are basically the following:
|
Thanks for the quick reply @kabicm ! Indeed, we should probably start from the dependencies. |
Hi @ltalirz , sorry for keeping you wait -- I cannot find the PR for a conda package, can you please send me this again? |
Hi @ltalirz, do you maybe know what's the problem with: conda-forge/staged-recipes#15073 ? |
I think it was not clear to me and so I stopped. |
So, costa is taken care of https://anaconda.org/conda-forge/costa Anyone interested in opening a PR for tiled-mm? |
For a related discussion see electronic-structure/SIRIUS#621
Over the past few weeks we've been adding conda packages for spla, spfft and sirius and I'm now in the process of integrating them into the cp2k one.
COSMA may be somewhat of a fringe case for conda since conda binaries are unlikely to be run on really large-scale machines (for maximum performance you would compile it yourself) but it could still be useful for reproducibility and quick testing.
Once could start with a MPI-only build which I think would be straightforward; it is also possible to create GPU-enabled conda packages but there is little documentation, so this would probably better be left to a later stage.
Let me know what you think!
The text was updated successfully, but these errors were encountered: