Skip to content

Commit 776c3bb

Browse files
committed
BLD: unify boost requirement for conda package
Specify boost version in conda_build_config.yaml. Note: boost is only needed at compile time.
1 parent 43e400c commit 776c3bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

conda-recipe/conda_build_config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
boost:
2+
- 1.67

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ requirements:
1919
- python
2020
- scons
2121
host:
22-
- libboost 1.67.0
22+
- libboost {{ boost }}
2323

2424
test:
2525
commands:

0 commit comments

Comments
 (0)