1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- # This file created by conda-build 3.24.0
- # meta.yaml template originally from:
- # /feedstock/recipe, last modified Thu May 25 16:31:52 2023
- # ------------------------------------------------
- package:
- name: conda-libmamba-solver
- version: 23.5.0
- source:
- folder: src/
- sha256: b796a867b4b2d40ab38159681f1db1c287385b85787be5199569d8f08326ca09
- url: https://github.com/conda/conda-libmamba-solver/archive/refs/tags/23.5.0.tar.gz
- build:
- number: '0'
- script: /croot/conda-libmamba-solver_1685032319139/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/bin/python
- -m pip install src/ -vv --no-deps --no-build-isolation
- script_env:
- - SETUPTOOLS_SCM_PRETEND_VERSION=23.5.0
- string: py39h06a4308_0
- requirements:
- host:
- - _libgcc_mutex 0.1 main
- - _openmp_mutex 5.1 1_gnu
- - ca-certificates 2023.01.10 h06a4308_0
- - editables 0.3 py39h06a4308_0
- - hatch-vcs 0.2.0 py39h06a4308_0
- - hatchling 1.12.2 py39h06a4308_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
- - libstdcxx-ng 11.2.0 h1234567_1
- - ncurses 6.4 h6a678d5_0
- - openssl 1.1.1t h7f8727e_0
- - packaging 23.0 py39h06a4308_0
- - pathspec 0.10.3 py39h06a4308_0
- - pip 23.0.1 py39h06a4308_0
- - pluggy 1.0.0 py39h06a4308_1
- - python 3.9.16 h7a1cb2a_2
- - readline 8.2 h5eee18b_0
- - setuptools 66.0.0 py39h06a4308_0
- - setuptools-scm 7.1.0 py39h06a4308_0
- - sqlite 3.41.2 h5eee18b_0
- - tk 8.6.12 h1ccaba5_0
- - tomli 2.0.1 py39h06a4308_0
- - typing-extensions 4.5.0 py39h06a4308_0
- - typing_extensions 4.5.0 py39h06a4308_0
- - tzdata 2023c h04d1e81_0
- - wheel 0.38.4 py39h06a4308_0
- - xz 5.4.2 h5eee18b_0
- - zlib 1.2.13 h5eee18b_0
- run:
- - boltons >=23.0.0
- - conda >=23.5.0
- - libmambapy >=1.4.1
- - python >=3.9,<3.10.0a0
- test:
- commands:
- - CONDA_SOLVER=libmamba conda create -n test --dry-run scipy
- - conda create --solver libmamba -n test --dry-run scipy
- imports:
- - conda_libmamba_solver
- about:
- description: 'The conda-libmamba-solver is a new solver for the conda package manager
- which uses the solver from the mamba project behind the scenes,
- while carefully implementing conda''s functionality and expected behaviors on
- top.
- The library used by mamba to do the heavy-lifting is called libsolv.
- '
- dev_url: https://github.com/conda/conda-libmamba-solver
- doc_url: https://conda.github.io/conda-libmamba-solver/
- home: https://github.com/conda/conda-libmamba-solver
- license: BSD-3-Clause
- license_family: BSD
- license_file: src/LICENSE
- summary: The fast mamba solver, now in conda!
- extra:
- copy_test_source_files: true
- final: true
- flow_run_id: 4d9f99fb-08ab-418d-8f3f-f53bd868a81a
- recipe-maintainers:
- - jaimergp
- - jezdez
- - wolfv
- remote_url: git@github.com:AnacondaRecipes/conda-libmamba-solver-feedstock.git
- sha: c7d0ef2101c305b2829f1cf25918b938506702ad
- skip-lints:
- - missing_pip_check
|