# This file created by conda-build 3.24.0 # ------------------------------------------------ package: name: libmambapy version: 1.4.1 source: sha256: 53ee26c7cf3730919cb6b40956a1fb591859ec12a037adc09da1ed390c2fdfb6 url: https://github.com/mamba-org/mamba/archive/refs/tags/2023.03.28.tar.gz build: ignore_run_exports: - spdlog number: 1 run_exports: - libmambapy >=1.4.1,<1.5.0a0 string: py39h2dafd23_1 requirements: build: - _libgcc_mutex 0.1 main - _openmp_mutex 5.1 1_gnu - _sysroot_linux-64_curr_repodata_hack 3 haa98f57_10 - binutils_impl_linux-64 2.38 h2a08ee3_1 - binutils_linux-64 2.38.0 hc2dff05_0 - bzip2 1.0.8 h7b6447c_0 - c-ares 1.19.0 h5eee18b_0 - ca-certificates 2023.01.10 h06a4308_0 - cmake 3.22.1 h1fce559_0 - expat 2.4.9 h6a678d5_0 - gcc_impl_linux-64 11.2.0 h1234567_1 - gcc_linux-64 11.2.0 h5c386dc_0 - gxx_impl_linux-64 11.2.0 h1234567_1 - gxx_linux-64 11.2.0 hc2dff05_0 - kernel-headers_linux-64 3.10.0 h57e8cba_10 - krb5 1.20.1 hf590b9c_0 - ld_impl_linux-64 2.38 h1181459_1 - libcurl 7.88.1 h251f7ec_1 - libedit 3.1.20221030 h5eee18b_0 - libev 4.33 h7f8727e_1 - libffi 3.4.4 h6a678d5_0 - libgcc-devel_linux-64 11.2.0 h1234567_1 - libgcc-ng 11.2.0 h1234567_1 - libgomp 11.2.0 h1234567_1 - libnghttp2 1.52.0 h2d74bed_0 - libssh2 1.10.0 hdbd6064_1 - libstdcxx-devel_linux-64 11.2.0 h1234567_1 - libstdcxx-ng 11.2.0 h1234567_1 - libuuid 1.41.5 h5eee18b_0 - libuv 1.44.2 h5eee18b_0 - lz4-c 1.9.4 h6a678d5_0 - ncurses 6.4 h6a678d5_0 - ninja 1.10.2 h06a4308_5 - ninja-base 1.10.2 hd09550d_5 - openssl 3.0.8 h7f8727e_0 - python 3.11.3 h955ad1f_1 - readline 8.2 h5eee18b_0 - rhash 1.4.3 hdbd6064_0 - sqlite 3.41.2 h5eee18b_0 - sysroot_linux-64 2.17 h57e8cba_10 - tk 8.6.12 h1ccaba5_0 - tzdata 2023c h04d1e81_0 - xz 5.4.2 h5eee18b_0 - zlib 1.2.13 h5eee18b_0 - zstd 1.5.5 hc292b87_0 host: - _libgcc_mutex 0.1 main - _openmp_mutex 5.1 1_gnu - ca-certificates 2023.01.10 h06a4308_0 - cpp-expected 1.0.0 hd09550d_0 - fmt 9.1.0 hdb19cb5_0 - ld_impl_linux-64 2.38 h1181459_1 - libffi 3.4.4 h6a678d5_0 - libgcc-ng 11.2.0 h1234567_1 - libgomp 11.2.0 h1234567_1 - libmamba 1.4.1 h2dafd23_1 - libstdcxx-ng 11.2.0 h1234567_1 - ncurses 6.4 h6a678d5_0 - nlohmann_json 3.11.2 h6a678d5_0 - openssl 3.0.8 h7f8727e_0 - pip 23.0.1 py39h06a4308_0 - pybind11 2.10.1 py39hdb19cb5_0 - pybind11-abi 4 hd3eb1b0_1 - pybind11-global 2.10.1 py39hdb19cb5_0 - python 3.9.16 h955ad1f_3 - readline 8.2 h5eee18b_0 - setuptools 67.8.0 py39h06a4308_0 - spdlog 1.11.0 hdb19cb5_0 - sqlite 3.41.2 h5eee18b_0 - tk 8.6.12 h1ccaba5_0 - tzdata 2023c h04d1e81_0 - wheel 0.38.4 py39h06a4308_0 - xz 5.4.2 h5eee18b_0 - yaml-cpp 0.7.0 h295c915_1 - zlib 1.2.13 h5eee18b_0 run: - fmt >=9.1.0,<10.0a0 - libgcc-ng >=11.2.0 - libmamba 1.4.1 h2dafd23_1 - libstdcxx-ng >=11.2.0 - openssl >=3.0.8,<4.0a0 - pybind11-abi ==4 - python >=3.9,<3.10.0a0 - yaml-cpp >=0.7.0,<0.8.0a0 test: commands: - python -c "import libmambapy._version; assert libmambapy._version.__version__ == '1.4.1'" imports: - libmambapy - libmambapy.bindings about: description: ' [![Build Status](https://github.com/mamba-org/mamba/workflows/CI/badge.svg)](https://github.com/mamba-org/mamba/actions) [![Join the Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mamba-org/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![docs](https://readthedocs.org/projects/mamba/badge/?version=latest&style=flat)](https://mamba.readthedocs.io/en/latest) `mamba` is a reimplementation of the conda package manager in C++. - parallel downloading of repository data and package files using multi-threading - libsolv for much faster dependency solving, a state of the art library used in the RPM package manager of Red Hat, Fedora and OpenSUSE - core parts of `mamba` are implemented in C++ for maximum efficiency At the same time, `mamba` utilizes the same command line parser, package installation and deinstallation code and transaction verification routines as `conda` to stay as compatible as possible. Mamba is part of a bigger ecosystem to make scientific packaging more sustainable. You can read our [announcement blog post](https://medium.com/@QuantStack/open-software-packaging-for-science-61cecee7fc23). The ecosystem also consists of `quetz`, an open source `conda` package server and `boa`, a fast `conda` package builder. Please refer to the [`mamba` and `micromamba` installation guide](https://mamba.readthedocs.io/en/latest/installation.html) in the documentation. `mamba` and `micromamba` come with features on top of stock `conda`. To efficiently query repositories and query package dependencies you can use `mamba repoquery` or `micromamba repoquery`. See the [repoquery documentation](https://mamba.readthedocs.io/en/latest/user_guide/mamba.html#repoquery) for details. `micromamba` can be used to install lock files generated by [conda-lock](https://conda-incubator.github.io/conda-lock/) without having to install `conda-lock`. Simply invoke e.g. `micromamba create -n my-env -f conda-lock.yml` with an environment lockfile named `*-lock.yml` or `*-lock.yaml`. ' dev_url: https://github.com/mamba-org/mamba doc_url: https://mamba.readthedocs.io/ home: https://github.com/mamba-org/mamba license: BSD-3-Clause license_family: BSD license_file: LICENSE summary: A fast drop-in alternative to conda, using libsolv for dependency resolution extra: copy_test_source_files: true final: true flow_run_id: a26feb09-fbc3-4900-b112-b7c87c19359b recipe-maintainers: - JohanMabille - SylvainCorlay - adriendelsalle - ericmjl - wolfv remote_url: git@github.com:AnacondaRecipes/mamba-feedstock.git sha: 8060264a8178d11aed2a35449d516b6b3d62dcc8