Package Details: micromamba 1.5.7-1

Git Clone URL: https://aur.archlinux.org/micromamba.git (read-only, click to copy)
Package Base: micromamba
Description: C++ tiny version of mamba, the fast conda package installer
Upstream URL: https://github.com/mamba-org/mamba
Licenses: MIT
Provides: micromamba
Submitter: gdolle
Maintainer: gdolle
Last Packager: gdolle
Votes: 7
Popularity: 0.87
First Submitted: 2021-03-21 15:23 (UTC)
Last Updated: 2024-03-06 16:03 (UTC)

Latest Comments

1995parham commented on 2023-06-16 12:55 (UTC)

It is fixed here

1995parham commented on 2023-06-06 05:41 (UTC)

I have the following error for upgrading to 1.4.4-1.

/home/parham/.cache/yay/micromamba/src/mamba-2023.05.16/libmamba/src/solv-cpp/solvable.cpp:153:81: error: ‘uint64_t’ is not a member of ‘std’; did you mean ‘wint_t’?
  153 |             std::numeric_limits<decltype(n)>::max() <= std::numeric_limits<std::uint64_t>::max()
      |                                                                                 ^~~~~~~~
      |                                                                                 wint_t
/home/parham/.cache/yay/micromamba/src/mamba-2023.05.16/libmamba/src/solv-cpp/solvable.cpp:153:89: error: template argument 1 is invalid
  153 |             std::numeric_limits<decltype(n)>::max() <= std::numeric_limits<std::uint64_t>::max()

G3ro commented on 2022-08-29 19:17 (UTC) (edited on 2022-08-29 19:18 (UTC) by G3ro)

It might be obvious to some folks, but if you get an error during compilation stating that core.h from FMT wasn't found, it is related to this report: https://bugs.archlinux.org/task/74295

So you need to rebuild and install spdlog first, with uncommented line "#define SPDLOG_FMT_EXTERNAL" in tweakme.h in the sources.

gdolle commented on 2021-10-15 16:25 (UTC) (edited on 2021-10-15 16:26 (UTC) by gdolle)

@izahn, I will update next libsolv release (see mamba issue #1155).

izahn commented on 2021-10-15 07:50 (UTC)

mamba has improved considerably over the last few months, it would be great to update this package to the latest version.