gammasim / simtools

Tools and applications for the Simulation System of the CTA Observatory.
https://gammasim.github.io/simtools
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Allow to install simtools using conda #1059

Closed GernotMaier closed 1 month ago

GernotMaier commented 1 month ago

One should be able to install simtools with mamba install gammasimtools (that that it is gammasimtools, as the name simtools was already used in pypi).

Following (with the help of max) the instruction on https://conda-forge.org/docs/maintainer/adding_pkgs/#step-by-step-instructions

PR on conda-forge is here.

GernotMaier commented 1 month ago

Build on conda-forge failed, see here. This is due to a long-fixed bug in the naming of an application of pyproject.toml.

Preparing therefore a new release of simtools, see here.

GernotMaier commented 1 month ago

This is now ready to go!

conda install gammasimtools --channel conda-forge