Search Criteria
Package Details: micromamba 2.6.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/micromamba.git (read-only, click to copy) |
|---|---|
| Package Base: | micromamba |
| Description: | The fast cross-platform package manager |
| Upstream URL: | https://github.com/mamba-org/mamba |
| Licenses: | BSD-3-Clause |
| Conflicts: | micromamba-bin |
| Provides: | libmamba, python-libmambapy |
| Submitter: | gdolle |
| Maintainer: | carlosal1015 (flying-sheep) |
| Last Packager: | carlosal1015 |
| Votes: | 10 |
| Popularity: | 0.079004 |
| First Submitted: | 2021-03-21 15:23 (UTC) |
| Last Updated: | 2026-05-15 02:19 (UTC) |
Dependencies (17)
- fmt (fmt-gitAUR)
- libsolv (libsolv-gitAUR)
- msgpack-c (msgpack-c-gitAUR)
- python
- reprocAUR (reproc-gitAUR)
- simdjson (simdjson-gitAUR)
- yaml-cpp
- cli11 (cli11-compiledAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-scikit-build-core (make)
- spdlog (spdlog-gitAUR) (make)
- tl-expected (make)
Required by (1)
- python-conda-libmamba-solver (requires python-libmambapy)
Latest Comments
1 2 3 4 5 Next › Last »
flying-sheep commented on 2026-05-04 17:04 (UTC)
Fixed in 2.6.0-2
ThreeLlamas commented on 2026-05-03 14:42 (UTC) (edited on 2026-05-03 14:48 (UTC) by ThreeLlamas)
I'm getting this :
carlosal1015 commented on 2026-04-21 12:55 (UTC)
Thanks @sor for report this. I noticed upstream also detect the error, we will go patch soon or await two or three days they release a new version.
https://github.com/mamba-org/mamba/commit/f7d6d8e572bf3e8f7a9a3b7d45903f5377251106
sor commented on 2026-04-21 12:07 (UTC)
I did not use this package before and wanted to install version 2.5.0-2 today, the compilation ran into errors in file
specs.cppon line 348 and 349. First error was this:second error:
I fixed it with this patch:
I don't know if it is optimal or even correct, but it compiled and the .py-file i wanted to run was also happy :D
joni_999 commented on 2026-01-11 07:28 (UTC) (edited on 2026-01-11 07:28 (UTC) by joni_999)
For me the build failed on "libmamba/CMakeFiles/libmamba-dyn.dir/src/solver/problems_graph.cpp.o" with loads of errors when I had fmt9 installed, but after removing it (and keeping the "fmt" package) it worked fine
bcb commented on 2026-01-10 17:13 (UTC)
As per the previous comment, I get a failure to build as it cannot find a
libmamba-spdloglibrary (note that this is actually a different error to the previous errors reported in October 2025).I think this is due to pull request 4082 which removes
spdlogand provides their own library of it.The solution seems to be to add
-DBUILD_LIBMAMBA_SPDLOG=ONto the CMake configuration arguments of the initial build to create the library. Then add-Dlibmamba-spdlog_DIR=$PWD/../../install/lib/cmake/libmamba-spdlog/to the exportedCMAKE_ARGSbefore building the wheel. At least, that results in a successful build for me.kangaro0 commented on 2026-01-10 11:35 (UTC) (edited on 2026-01-10 11:41 (UTC) by kangaro0)
Hey, I tried to update my system and get the same error message as micwoy92. Version 2.5.0-1
carlchatfield commented on 2025-11-03 00:41 (UTC)
Had to change SKBUILD_CONFIGURE_OPTIONS to CMAKE_ARGS in PKGBUILD
micwoj92 commented on 2025-10-30 22:08 (UTC)
Building fails for me:
peippo commented on 2025-10-20 10:59 (UTC) (edited on 2025-10-20 11:05 (UTC) by peippo)
Please remove the sed command that replaces certain paths in the pybind patch - it’s not needed anymore and fails with 2.3.3. Thanks!
Edit: Without the sed command, the patch succeeds, but then I run into the same issues as @kamocat shared below
1 2 3 4 5 Next › Last »