Skip to content

Commit 9bf2b1b

Browse files
committed
Use boost 1.59.0 for conda package.
For runtime install only the boost-serialization shared library.
1 parent 54b9e21 commit 9bf2b1b

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,21 @@ source:
88
git_url: ..
99

1010
build:
11-
number: 0
11+
number: 1
1212
binary_relocation: False # [linux]
1313

1414
requirements:
1515
build:
1616
- scons
17-
- boost 1.57.0 # [linux]
18-
- boost 1.56.0 py27_2 # [osx]
17+
- boost-all 1.59.0
1918
- gsl
2019
- cxxtest
21-
- libobjcryst <2.0
20+
- libobjcryst
2221

2322
run:
24-
- boost 1.57.0 # [linux]
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]
23+
- boost-serialization 1.59.0
3124
- gsl
32-
- libobjcryst <2.0
25+
- libobjcryst
3326

3427
test:
3528
requires:

0 commit comments

Comments
 (0)