-
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
conda-forge #60
Comments
See #37 for discussion |
If we have the C++ / python sources available in a tagged gh version, creating the recipe "should be easy". We should decide whether we want to have one package including C++ and python, or to have 2 packages. |
I can share what we do for MRDv2 artifacts (and ISMRMRD long before MRDv2). C++ and Python are handled separately. C++
I would not publish the C++ source files. If a user wants the source code, he/she can just Python:
All artifacts are linked on the GitHub Releases page. Example here. |
auto generation of the conda-forge recipe for petsird python package now works :) If we agree to have separate python and C++ packages on conda-forge, I can stage the python recipe below and list
|
sure, let's go ahead. We can do |
@casperdcl @KrisThielemans could add a comment in conda-forge/staged-recipes#28165 saying that you both are ok to be maintainers for the conda-forge recipe? |
The python part of petsird is now also available from conda-forge https://github.com/conda-forge/petsird-feedstock. Thanks @gschramm ! |
I opened a new issue for C++. |
Now that we're on PyPI, we want to be on conda-forge as well. Ideally, we want both Python and C++, possibly in different packages?
I'm not sure what the best strategy is here. @casperdcl @gschramm @johnstairs @naegelejd suggestions?
The text was updated successfully, but these errors were encountered: