diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2020-02-19 13:01:35 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2020-02-19 13:03:23 +0900 |
commit | 1aff2f4443a0b971cd2fa1d59d302148b86d6bfb (patch) | |
tree | aab1e180e60ea0390a0c1c6971173e525608dd14 | |
parent | 7bc432dd496b09a2c8636a044229a72534bc10bc (diff) | |
download | caffeonacl-tizen.tar.gz caffeonacl-tizen.tar.bz2 caffeonacl-tizen.zip |
Spec: add boost version conditions.submit/tizen/20200302.100131accepted/tizen/unified/20200303.032623tizenaccepted/tizen_unified
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.spec | 2 |
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 |