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.078894 |
| 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
« First ‹ Previous 1 2 3 4 5 Next › Last »
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
flying-sheep commented on 2025-08-11 08:19 (UTC)
OK, there were a few issues, but I fixed them. Now this works:
peippo commented on 2025-08-01 10:21 (UTC)
Thanks! It feels as if upstream picked up on the issue you filed (there’s an active pull request), I guess this will be fixed soon :)
flying-sheep commented on 2025-07-30 09:57 (UTC)
yes, first paragraph of the comment I made before yours. pybind11 3.
you need to downgrade pybind11 to 2.x before building for now.
peippo commented on 2025-07-29 09:24 (UTC)
I run into this compilation error:
Do you have any tips what this could be cause by?
flying-sheep commented on 2025-07-25 11:22 (UTC) (edited on 2025-07-25 11:33 (UTC) by flying-sheep)
the issues are because of pybind11 3.0: https://github.com/mamba-org/mamba/issues/4024
with pybind11 2.x installed, we just need to modify
package()to have acd ${_pkgname}-${pkgver}before theinstall -Dm 644 LICENSE …and everything works:carlosal1015 commented on 2025-07-23 17:11 (UTC)
I see many errors like that, could you try fix @flying-sheep
« First ‹ Previous 1 2 3 4 5 Next › Last »