summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2020-02-19 13:01:35 +0900
committerMyungJoo Ham <myungjoo.ham@samsung.com>2020-02-19 13:03:23 +0900
commit1aff2f4443a0b971cd2fa1d59d302148b86d6bfb (patch)
treeaab1e180e60ea0390a0c1c6971173e525608dd14
parent7bc432dd496b09a2c8636a044229a72534bc10bc (diff)
downloadcaffeonacl-tizen.tar.gz
caffeonacl-tizen.tar.bz2
caffeonacl-tizen.zip
The last commit 7bc432dd496b09a2c8636a044229a72534bc10bc requires boost >= 1.67. Add version requirement in spec file accordingly. There are people who have their own build system with their own set of packages. Let them know what's wrong clearly. Change-Id: If3d1a43234d1f347516b77ef587ea6627cb43be3 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r--packaging/libcaffeonacl.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/libcaffeonacl.spec b/packaging/libcaffeonacl.spec
index e2635390..1d1ec025 100644
--- a/packaging/libcaffeonacl.spec
+++ b/packaging/libcaffeonacl.spec
@@ -12,7 +12,7 @@ ExclusiveArch: %{arm} aarch64
BuildRequires: python-devel
BuildRequires: python-numpy-devel
BuildRequires: protobuf-devel
-BuildRequires: boost-devel
+BuildRequires: boost-devel >= 1.67
BuildRequires: gflags-devel
BuildRequires: glog-devel
BuildRequires: cblas-devel