Search Criteria
Package Details: micromamba 2.3.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, libmambapy |
Submitter: | gdolle |
Maintainer: | carlosal1015 (brianrobt, flying-sheep) |
Last Packager: | carlosal1015 |
Votes: | 9 |
Popularity: | 0.72 |
First Submitted: | 2021-03-21 15:23 (UTC) |
Last Updated: | 2025-07-23 17:09 (UTC) |
Dependencies (16)
- fmt (fmt-gitAUR)
- libsolv (libsolv-gitAUR)
- python (python37AUR)
- reprocAUR (reproc-gitAUR)
- simdjson (simdjson-gitAUR)
- yaml-cpp
- cli11 (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-scikit-build (make)
- spdlog (spdlog-gitAUR) (make)
- tl-expected (make)
Latest Comments
1 2 3 4 Next › Last »
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
carlosal1015 commented on 2025-07-23 16:10 (UTC)
Thanks, I agree that if wheels are available, let's follow https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517)
But I do not modify cmake flags.
flying-sheep commented on 2025-07-23 11:44 (UTC) (edited on 2025-07-23 11:45 (UTC) by flying-sheep)
you’re installing libmambapy wrong. you need to install the package metadata too.
otherwise conda fails on startup with
When I built it, I used the following, maybe that helps
peippo commented on 2025-06-14 19:41 (UTC)
The version numbers in PKGBUILD and .SRCINFO differ which leads to, e.g., aurutils attempting to re-build micromamba on every run. Could you bump both values to a common version?
brianrobt commented on 2025-06-12 14:35 (UTC)
@bcb, Thanks for catching that! Updated version has been pushed.
bcb commented on 2025-06-11 07:35 (UTC)
I can't build this in a clean chroot (using aurutils) as
prepare()
tries to use relative paths for the patches. Please replace these withto ensure the patches can be found :).
flying-sheep commented on 2025-06-10 09:47 (UTC)
it does, thank you!
1 2 3 4 Next › Last »