Skip to content

Commit

Permalink
caffe-detection-ssd: 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 98d3263 commit 17eec12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package/lib-caffe-ssd-cpu/.cm/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@
"linux"
],
"need_cpu_info": "yes",
"package_extra_name": " (cpu ssd)",
"package_extra_name": " (ssd, cpu)",
"process_script": "install",
"soft_uoa": "04ab08137582bd03",
"suggested_path": "lib-caffe",
"suggested_path": "lib-caffe-cpu",
"tags": [
"lib",
"caffe",
Expand Down
4 changes: 3 additions & 1 deletion program/caffe-detection-ssd/.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 17eec12

Please sign in to comment.