Search Criteria
Package Details: micromamba 1.5.8-2
Package Actions
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: | BSD-3-Clause |
Conflicts: | micromamba-bin |
Provides: | libmamba |
Submitter: | gdolle |
Maintainer: | gdolle |
Last Packager: | gdolle |
Votes: | 8 |
Popularity: | 0.011171 |
First Submitted: | 2021-03-21 15:23 (UTC) |
Last Updated: | 2024-08-30 13:35 (UTC) |
Dependencies (14)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- fmt (fmt-gitAUR)
- libarchive (libarchive-gitAUR)
- libsolv (libsolv-gitAUR)
- reprocAUR (reproc-gitAUR)
- yaml-cpp
- cli11 (make)
- cmake (cmake-gitAUR) (make)
- gtest (googletest-gitAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python-pip (make)
- spdlog (spdlog-gitAUR) (make)
- tl-expected (make)
Required by (1)
- stable-diffusion-ui (optional)
Latest Comments
flying-sheep commented on 2024-10-23 19:19 (UTC) (edited on 2024-10-23 19:32 (UTC) by flying-sheep)
OK, thanks to henriii, we got it!
flying-sheep commented on 2024-09-28 09:09 (UTC) (edited on 2024-09-28 09:49 (UTC) by flying-sheep)
OK, it also has some more build dependencies:
python-cmake
andpython-ninja
python-ninja
exists, and I packaged https://aur.archlinux.org/packages/python-cmake-bin for that reason. We might want to change it so it uses system cmake!Once you updated this package to build and to have
provides=(... python-libmamba)
I can retire https://aur.archlinux.org/packages/python-libmambaI think I’m almost at a point where I’m getting this to build. Only problem is that 2.0 calls
cmake
on its own, and I’m unsure how to deal with it. I asked the scikit-build people for help, let’s see.flying-sheep commented on 2024-09-27 15:03 (UTC)
I think the 2.0.0 release build just needs the added
simdjson
dependency and--preset mamba-unix-shared-release
.Could you also please add
python-libmamba
to theprovides
array? “libmambapy” is a python library with that name!micwoj92 commented on 2024-08-08 00:05 (UTC) (edited on 2024-08-08 00:06 (UTC) by micwoj92)
conflict
andprovides
are useless and need to be removed.conflict
itself should beconflicts
MIT license is wrong, the project uses BSD-3 clause license.
According to namcap several dependencies are not needed.
These seem to be only needed in make process, so move to makedeps
This is false positive as it needs pip to install packages, I guess to satisfy namcap one could move this to optdepends, but idk what else you can use mamba for other than installing packages.
These 2 can be dropped.
Since micromamba(or rather libmamba 0.26.0) it uses std::filesystem instead of ghc::filesystem.
Since 1.1.0 termcolor is no longer needed.
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.
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.