Skip to content

Commit effdf80

Browse files
committed
Add double-conversion, snappy to run dependencies
Resolves missing library issue mentioned at heavyai/heavydb#334 (comment)
1 parent 6979f3f commit effdf80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

recipe/meta.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source:
1111
sha256: {{ sha256 }}
1212

1313
build:
14-
number: 0
14+
number: 1
1515
skip: True # [not linux]
1616

1717
requirements:
@@ -44,7 +44,9 @@ requirements:
4444
- thrift-cpp >=0.11.0
4545
- ncurses
4646
run:
47+
- snappy # required for mapd-core > 4.5.0
4748
- boost-cpp >=1.68
49+
- double-conversion
4850
- libgdal
4951
- glog
5052
- gflags

0 commit comments

Comments
 (0)