Skip to content

Commit 3f311f1

Browse files
committed
Prepare for modern boost versions
conda-forge now comes with libboost-devel and libboost-python instead of just boost also trusting all run exports for run requirements.
1 parent 996433f commit 3f311f1

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

conda-recipe/conda_build_config.yaml

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
boost:
2-
- 1.78.0
2+
- 1.86.0
33
lemon:
44
- 1.3.1
55
python:
6-
- 3.8
76
- 3.9
87
- 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
8+
- 3.11

conda-recipe/meta.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,10 @@ requirements:
2929
- {{ compiler("c") }}
3030
- {{ compiler("cxx") }}
3131
host:
32-
- boost {{ boost }}*
32+
- libboost-devel {{ boost }}*
33+
- libboost-python-devel {{ boost }}*
3334
- lemon {{ lemon }}*
3435
- python
35-
run:
36-
- {{ pin_compatible('boost') }}
37-
- lemon {{ lemon }}
38-
- {{ pin_compatible('python') }}
3936

4037
test:
4138
source_files:

0 commit comments

Comments
 (0)