Skip to content

Commit

Permalink
[onert] fix tizen gbs build on odc_build=0 (#14225)
Browse files Browse the repository at this point in the history
It fixes build error on odc_build=0.

ONE-DCO-1.0-Signed-off-by: Sanggyu Lee <[email protected]>
  • Loading branch information
glistening authored Oct 17, 2024
1 parent 56b3ce6 commit 4c39807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/nnfw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ tar -xf %{SOURCE3016} -C ./externals
-DBUILD_WHITELIST="luci;foder;pepper-csv2vec;loco;locop;logo;logo-core;mio-circle08;luci-compute;oops;hermes;hermes-std;angkor;pp;pepper-strcast;pepper-str"
%{nncc_env} ./nncc build %{build_jobs}
cmake --install %{nncc_workspace} %{strip_options}
%endif # odc_build

# install angkor TensorIndex and oops InternalExn header (TODO: Remove this)
mkdir -p %{overlay_path}/include/nncc/core/ADT/tensor
Expand All @@ -208,6 +207,7 @@ cp compiler/oops/include/oops/InternalExn.h %{overlay_path}/include/oops
cp compiler/luci/lang/include/luci/IR/CircleNodes.lst %{overlay_path}/include/luci/IR
cp %{nncc_workspace}/compiler/mio-circle08/gen/mio/circle/schema_generated.h %{overlay_path}/include/mio/circle
cp -r %{nncc_workspace}/overlay/include/flatbuffers %{overlay_path}/include
%endif # odc_build

# runtime build
%{build_env} ./nnfw configure %{build_options}
Expand Down

0 comments on commit 4c39807

Please sign in to comment.