mamba-org / mamba

The Fast Cross-Platform Package Manager
https://mamba.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.97k stars 359 forks source link

Different exe naming for micromamba shared/static build #3531

Closed gdolle closed 1 month ago

gdolle commented 1 month ago

Troubleshooting docs

Anaconda default channels

How did you install Mamba?

Other (please describe)

Search tried in issue tracker

exe naming

Latest version of Mamba

Tried in Conda?

I have this problem with Conda as well, without using Mamba

Describe your issue

Hi,

Since version 2.x.x, there are two different targets and names for the static/shared build of micromamba which produces two executables : "mamba" and "micromamba" for the same software.

The naming and cmake options are very misleading for packaging regarding pre 2.x.x (as if there was two different software now...)

Would it be possible to keep only one name mamba or micromamba, or use suffix naming like micromamba/micromamba_<arch> for the static one ?

mamba info / micromamba info

No response

Logs

No response

environment.yml

No response

~/.condarc

No response

jjerphan commented 1 month ago

Hi,

Thank you for your report.

Would it be possible to keep only one name mamba or micromamba, or use suffix naming like micromamba/micromamba_<arch> for the static one ?

Unfortunately mamba and micromamba are here to stay as independent executable names. We recommend using aliases if you have specific needs.