projects
/
platform
/
core
/
ml
/
nnfw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6f30a5
)
packaging: fix armcl package name
57/188157/1
accepted/tizen/unified/20180911.055440
submit/tizen/20180911.000549
submit/tizen/20180911.010837
submit/tizen/20180912.060823
author
Inki Dae
<inki.dae@samsung.com>
Sun, 2 Sep 2018 23:56:26 +0000
(08:56 +0900)
committer
Inki Dae
<inki.dae@samsung.com>
Sun, 2 Sep 2018 23:58:58 +0000
(08:58 +0900)
armcl packages for arm and aarch64 have same package name so fix it.
Change-Id: I1104a35add8e0cfcd19625b4a79051e97e61df35
Signed-off-by: Inki Dae <inki.dae@samsung.com>
packaging/nnfw.spec
patch
|
blob
|
history
diff --git
a/packaging/nnfw.spec
b/packaging/nnfw.spec
index
c47dfb5
..
3a6db5e
100644
(file)
--- a/
packaging/nnfw.spec
+++ b/
packaging/nnfw.spec
@@
-13,12
+13,6
@@
BuildRequires: cmake
BuildRequires: boost-devel
BuildRequires: gtest-devel
BuildRequires: tensorflow-lite-devel
-%endif
-
-%ifarch aarch64
-BuildRequires: libarmcl-devel-aarch64
-%endif
-%ifarch %{arm}
BuildRequires: libarmcl-devel
%endif