Skip to content

Commit 5c84995

Browse files
committed
Fix boost-all version in conda recipe.
Must use the same version of boost-all at build and run time.
1 parent 7982f70 commit 5c84995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ requirements:
1919
- libobjcryst
2020

2121
run:
22-
- boost-all
22+
- boost-all 1.59.0
2323
- gsl >=2.1
2424
- libobjcryst
2525

0 commit comments

Comments
 (0)