Skip to content

Commit

Permalink
Add double-conversion, snappy to run dependencies
Browse files Browse the repository at this point in the history
Resolves missing library issue mentioned at

heavyai/heavydb#334 (comment)
  • Loading branch information
andrewseidl committed May 6, 2019
1 parent 6979f3f commit effdf80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 1
skip: True # [not linux]

requirements:
Expand Down Expand Up @@ -44,7 +44,9 @@ requirements:
- thrift-cpp >=0.11.0
- ncurses
run:
- snappy # required for mapd-core > 4.5.0
- boost-cpp >=1.68
- double-conversion
- libgdal
- glog
- gflags
Expand Down

0 comments on commit effdf80

Please sign in to comment.