mobie / mobie-utils-python

Python tools for MoBIE
MIT License
9 stars 5 forks source link

introduce easybuild recipe #124

Closed martinschorb closed 7 months ago

martinschorb commented 8 months ago

Hi @constantinpape I created an easybuild recipe to use mobie_utils on the cluster properly with other modules (namely IMOD that brings its own Python and the module overrules the conda environment).

Do you want to include this in the main repo here, or should we just keep it in the easybuild repository(ies)?

constantinpape commented 8 months ago

I don't have a particularly strong opinion here. If we merge it here would you then remove it from the easybuild repository and just link to the recipe here? If that's the case then we can add it here. (I want to make sure we wouldn't just duplicate the recipe)

martinschorb commented 8 months ago

I would add it to the EMBL easybuild repo for sure, as the CI running there builds the modules for the cluster. My current tendency would be to have just one template of recipe and environment file here and then create the version-specific ones only at the easybuild repos. If someone external likes to use them, they can then either just use the template or create their own rather easily.

constantinpape commented 8 months ago

My current tendency would be to have just one template of recipe and environment file here and then create the version-specific ones only at the easybuild repos.

Ok, that makes sense. Then we can add it here!

I will give it a quick look later and merge unless I find something.