Search Criteria
Package Details: micromamba 2.5.0-2
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.93 |
| First Submitted: | 2021-03-21 15:23 (UTC) |
| Last Updated: | 2026-01-10 17:32 (UTC) |
Dependencies (16)
- fmt (fmt-gitAUR)
- libsolv (libsolv-gitAUR)
- python
- reprocAUR (reproc-gitAUR)
- simdjson (simdjson-gitAUR)
- yaml-cpp
- cli11 (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR) (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 »
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
kamocat commented on 2025-10-13 15:48 (UTC) (edited on 2025-10-13 15:49 (UTC) by kamocat)
I removed the pybind11 patch and built 2.3.3.alpha0 with the additional dependency
python-scikit-build-coreHowever, it fails to find
libmambaConfig.cmakewhen building the wheel.flying-sheep commented on 2025-09-03 09:13 (UTC)
Good news! They added pybind11>=3 support!
We now apply the patch and it seems to work! https://github.com/mamba-org/mamba/pull/4059
flying-sheep commented on 2025-09-02 09:35 (UTC)
Hmm, doesn’t seem to work for me anymore.
seems like the
cmake --install build --prefix installline is missing, also it should be-Dlibmamba_ROOT=$PWD/../../install.https://github.com/mamba-org/mamba/issues/3554
1 2 3 4 5 Next › Last »