Skip to content

Commit

Permalink
caffe-classification-opencl: 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 3dd6060 commit 24a001d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion program/caffe-classification-opencl/.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 24a001d

Please sign in to comment.