Skip to content

Commit

Permalink
Adding gflags to default dependency of conda builds
Browse files Browse the repository at this point in the history
Summary: Closes facebookarchive/caffe2#1842

Reviewed By: orionr

Differential Revision: D6845845

Pulled By: pjh5

fbshipit-source-id: 311af987ae94977e50069bdb1e98d652eddfb2c8
  • Loading branch information
pjh5 authored and facebook-github-bot committed Jan 30, 2018
1 parent 8e8e3eb commit 9d1721e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ requirements:
- cmake
- future
- glog
- gflags
- lmdb
- mkl-include
- mkl
Expand All @@ -29,6 +30,7 @@ requirements:
run:
- future
- glog
- gflags
- lmdb
- mkl
- mkl-include
Expand Down
2 changes: 2 additions & 0 deletions conda/no_cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ requirements:
- cmake
- future
- glog
- gflags
- lmdb
- mkl-include
- mkl
Expand All @@ -29,6 +30,7 @@ requirements:
run:
- future
- glog
- gflags
- lmdb
- mkl
- mkl-include
Expand Down

0 comments on commit 9d1721e

Please sign in to comment.