From 24a001db47651b96bd9238aa276fd08d6cec1bf3 Mon Sep 17 00:00:00 2001 From: Anton Lokhmotov Date: Mon, 3 Jul 2017 13:05:36 +0100 Subject: [PATCH] caffe-classification-opencl: change lib-boost sort order (#113). --- program/caffe-classification-opencl/.cm/meta.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/program/caffe-classification-opencl/.cm/meta.json b/program/caffe-classification-opencl/.cm/meta.json index c1679ec..d85b790 100644 --- a/program/caffe-classification-opencl/.cm/meta.json +++ b/program/caffe-classification-opencl/.cm/meta.json @@ -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", @@ -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": {