Skip to content

Commit 47e5108

Browse files
committed
Specify exact version of conda boost for runtime.
1 parent 4aafee5 commit 47e5108

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

conda-recipe/meta.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ requirements:
2222

2323
run:
2424
- boost # [linux]
25-
- boost 1.56.0 # [osx]
25+
# When package version includes build tag, its dependencies must be
26+
# listed as well. https://github.com/conda/conda-build/issues/563
27+
- boost 1.56.0 py27_2 # [osx]
28+
- python # [osx]
29+
- bzip2 1.0.* # [osx]
30+
- zlib 1.2.* # [osx]
2631
- gsl
2732
- libobjcryst <2.0
2833

0 commit comments

Comments
 (0)