Skip to content

Commit 977f0d4

Browse files
committed
DEV: in conda-recipe use stock boost for Python 3.
Also bump up the libobjcryst version for Python 3 builds.
1 parent af8964e commit 977f0d4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

conda-recipe/meta.yaml

+8-4
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,19 @@ requirements:
1818
- python
1919
- setuptools
2020
- numpy 1.9.2
21-
- libobjcryst 2015.1.*
22-
- boost-all 1.59.0
21+
- libobjcryst 2015.1.* # [py2k]
22+
- boost-all 1.59.0 # [py2k]
23+
- libobjcryst 2017.1.* # [py3k]
24+
- boost 1.61.0 # [py3k]
2325

2426
run:
2527
- python
2628
- setuptools
2729
- numpy >=1.9.2
28-
- libobjcryst 2015.1.*
29-
- boost-all 1.59.0
30+
- libobjcryst 2015.1.* # [py2k]
31+
- boost-all 1.59.0 # [py2k]
32+
- libobjcryst 2017.1.* # [py3k]
33+
- boost 1.61.0 # [py3k]
3034

3135
test:
3236
# Python imports

0 commit comments

Comments
 (0)