diff options
author | Inki Dae <inki.dae@samsung.com> | 2018-03-05 13:58:53 +0900 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2018-03-05 15:45:35 +0900 |
commit | aff5695bee712ab8a9df625bd3dc897174d3fd6c (patch) | |
tree | 87f6c94eaaf4bef99e28f743c3fac8791927fc5a | |
parent | 4fa360bf3f95186207c1495ab24fb3c338bd8d4a (diff) | |
download | caffeonacl-aff5695bee712ab8a9df625bd3dc897174d3fd6c.tar.gz caffeonacl-aff5695bee712ab8a9df625bd3dc897174d3fd6c.tar.bz2 caffeonacl-aff5695bee712ab8a9df625bd3dc897174d3fd6c.zip |
packaging: remove unnecessary build requires
This patch removes unnecessary build requires,
libdlog, opengl-es-mali-midgard and python-PyYAML.
Change-Id: Ic9a0fa34e67b2ac68b4facc03336febf19c9e0d9
Signed-off-by: Inki Dae <inki.dae@samsung.com>
-rw-r--r-- | packaging/libcaffeonacl.spec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packaging/libcaffeonacl.spec b/packaging/libcaffeonacl.spec index c3099d2b..33b7679a 100644 --- a/packaging/libcaffeonacl.spec +++ b/packaging/libcaffeonacl.spec @@ -15,7 +15,6 @@ BuildRequires: protobuf-devel BuildRequires: boost-devel BuildRequires: gflags-devel BuildRequires: glog-devel -BuildRequires: libdlog BuildRequires: cblas-devel BuildRequires: hdf5-devel BuildRequires: opencv-devel @@ -24,8 +23,6 @@ BuildRequires: leveldb-devel BuildRequires: snappy-devel BuildRequires: openblas-devel BuildRequires: libarmcl-devel -BuildRequires: opengl-es-mali-midgard -BuildRequires: python-PyYAML %description CaffeOnACL is a project that is maintained by OPEN AI LAB, it uses Arm Compute Library (NEON+GPU) to speed up Caffe and provide utilities to debug, profile and tune application performance. |