Skip to content

Commit 4ae2708

Browse files
committed
Use explicit conda boost version for Linux.
1 parent 47e5108 commit 4ae2708

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ build:
1414
requirements:
1515
build:
1616
- scons
17-
- boost # [linux]
17+
- boost 1.57.0 # [linux]
1818
- boost 1.56.0 py27_2 # [osx]
1919
- gsl
2020
- cxxtest
2121
- libobjcryst <2.0
2222

2323
run:
24-
- boost # [linux]
24+
- boost 1.57.0 # [linux]
2525
# When package version includes build tag, its dependencies must be
2626
# listed as well. https://github.com/conda/conda-build/issues/563
2727
- boost 1.56.0 py27_2 # [osx]

0 commit comments

Comments
 (0)