Skip to content

Commit

Permalink
caffe-classification: change lib-boost sort order (#113).
Browse files Browse the repository at this point in the history
  • Loading branch information
psyhtest committed Jul 3, 2017
1 parent 956b9b2 commit 3243de7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions package/lib-caffe-bvlc-master-cpu-universal/.cm/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"use_opencv": 1
},
"use_git_revision": "yes",
"no_ver_in_suggested_path": "yes",
"version": "master"
},
"deps": {
Expand Down
4 changes: 3 additions & 1 deletion program/caffe-classification/.cm/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"compile_deps": {
"boost": {
"issue": "https://github.com/dividiti/ck-caffe/issues/113",
"local": "yes",
"name": "Boost C++ libraries",
"skip_from_bat": "yes",
Expand All @@ -29,10 +30,11 @@
"tags": "lib,blas,openblas"
},
"lib-boost": {
"issue": "https://github.com/dividiti/ck-caffe/issues/113",
"force_add_static_lib_path": "yes",
"local": "yes",
"name": "Boost library",
"sort": 13,
"sort": 4,
"tags": "lib,boost"
},
"lib-caffe": {
Expand Down

0 comments on commit 3243de7

Please sign in to comment.