-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmeta.yaml
52 lines (45 loc) · 1.17 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{% set name = "conda-libmamba-solver" %}
{% set version = "24.9.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/conda/conda-libmamba-solver/archive/{{ version }}.tar.gz
sha256: 77a78524719290468665c091cf073f2b97440bfea25c373105a997654063fdbe
folder: src/
build:
noarch: python
number: 0
script_env:
- SETUPTOOLS_SCM_PRETEND_VERSION={{ version }}
script: {{ PYTHON }} -m pip install src/ -vv
requirements:
host:
- python >=3.8
- pip
- hatchling
- hatch-vcs
run:
- python >=3.8
- conda >=23.7.4
- libmambapy >=1.5.6,<2.0a0
- boltons >=23.0.0
test:
imports:
- conda_libmamba_solver
commands:
- conda create -n test --dry-run scipy --solver=libmamba
- CONDA_SOLVER=libmamba conda create -n test --dry-run scipy
about:
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!
dev_url: https://github.com/conda/conda-libmamba-solver
doc_url: https://conda.github.io/conda-libmamba-solver/
extra:
recipe-maintainers:
- jaimergp
- jezdez
- wolfv