We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996433f commit 3f311f1Copy full SHA for 3f311f1
conda-recipe/conda_build_config.yaml
@@ -1,18 +1,8 @@
1
boost:
2
- - 1.78.0
+ - 1.86.0
3
lemon:
4
- 1.3.1
5
python:
6
- - 3.8
7
- 3.9
8
- 3.10
9
-
10
11
12
13
-pin_run_as_build:
14
- boost:
15
- max_pin: x.x.x
16
- python:
17
- min_pin: x.x
18
- max_pin: x.x
+ - 3.11
conda-recipe/meta.yaml
@@ -29,13 +29,10 @@ requirements:
29
- {{ compiler("c") }}
30
- {{ compiler("cxx") }}
31
host:
32
- - boost {{ boost }}*
+ - libboost-devel {{ boost }}*
33
+ - libboost-python-devel {{ boost }}*
34
- lemon {{ lemon }}*
35
- python
- run:
36
- - {{ pin_compatible('boost') }}
37
- - lemon {{ lemon }}
38
- - {{ pin_compatible('python') }}
39
40
test:
41
source_files:
0 commit comments