mirror of https://github.com/mamba-org/mamba.git
38 lines
870 B
YAML
38 lines
870 B
YAML
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python >=3.12
|
|
# libmamba build dependencies
|
|
- cxx-compiler
|
|
- cmake >=3.16
|
|
- pkg-config # Used by some CMake dependencies
|
|
- ninja
|
|
# libmamba dependencies
|
|
- cpp-expected
|
|
- nlohmann_json
|
|
- simdjson-static >=3.3.0
|
|
- spdlog
|
|
- fmt >=11.1.0
|
|
- libsolv-static >=0.7.24
|
|
- yaml-cpp-static >=0.8.0
|
|
- reproc-static >=14.2.4.post0
|
|
- reproc-cpp-static >=14.2.4.post0
|
|
- libcurl >=8.4.0
|
|
- libcurl-static >=8.4.0
|
|
- xz-static
|
|
- libssh2-static
|
|
# As of libarchive 3.8, builds of libarchive for different licenses
|
|
# are available. We use the LGPL version here.
|
|
- libarchive-minimal-static>=3.8 lgpl_*
|
|
- krb5-static
|
|
- openssl
|
|
- libopenssl-static
|
|
- zstd-static
|
|
- zlib
|
|
- libnghttp2-static
|
|
- lz4-c-static
|
|
# libmamba test dependencies
|
|
- catch2
|
|
# micromamba dependencies
|
|
- cli11 >=2.2,<3
|