Skip to content

Commit

Permalink
caffe-classification-cuda: 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 b226d97 commit 98d3263
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package/lib-caffe-bvlc-master-cuda-universal/.cm/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
},
"skip_file_check": "yes",
"use_git_revision": "yes",
"version": "trunk"
"no_ver_in_suggested_path": "yes",
"version": "master"
},
"deps": {
"cmake": {
Expand Down
3 changes: 2 additions & 1 deletion package/lib-caffe-bvlc-master-cudnn-universal/.cm/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
},
"skip_file_check": "yes",
"use_git_revision": "yes",
"version": "trunk"
"no_ver_in_suggested_path": "yes",
"version": "master"
},
"deps": {
"cmake": {
Expand Down
4 changes: 3 additions & 1 deletion program/caffe-classification-cuda/.cm/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"compile_deps": {
"boost": {
"issue": "https://github.com/dividiti/ck-caffe/issues/113",
"local": "yes",
"name": "Boost C++ libraries",
"skip_from_bat": "yes",
Expand Down Expand Up @@ -40,10 +41,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 98d3263

Please sign in to comment.