Skip to content

Commit 882158b

Browse files
committed
Use full boost as runtime dependency.
libdiffpy headers include boost. Keep libdiffpy simple and usable as a build dependency.
1 parent 9bf2b1b commit 882158b

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
@@ -8,7 +8,7 @@ source:
88
git_url: ..
99

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

1414
requirements:
@@ -20,7 +20,7 @@ requirements:
2020
- libobjcryst
2121

2222
run:
23-
- boost-serialization 1.59.0
23+
- boost-all
2424
- gsl
2525
- libobjcryst
2626

0 commit comments

Comments
 (0)