Skip to content

Commit

Permalink
[ArmComputeEx] Use python3 explicitly (#9393)
Browse files Browse the repository at this point in the history
Let's use python3 explicitly on ArmComputeEx build process.

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
  • Loading branch information
hseok-oh committed Jul 7, 2022
1 parent efdce05 commit 17fb5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compute/ARMComputeEx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ file(GLOB_RECURSE ACL_EX_SRCS "${ACL_EX_BASE}/*.cpp")
# generate embeded cl_kernel
execute_process (
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
COMMAND bash -c "python resolve_includes.py"
COMMAND bash -c "python3 resolve_includes.py"
)

add_library(arm_compute_ex SHARED ${ACL_EX_SRCS})
Expand Down
2 changes: 1 addition & 1 deletion packaging/nnfw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ BuildRequires: pkgconfig(flatbuffers)

%ifarch %{arm} aarch64
# Require python for acl-ex library build pre-process
BuildRequires: python
BuildRequires: python3
BuildRequires: libarmcl-devel >= v21.02
%endif

Expand Down

0 comments on commit 17fb5a5

Please sign in to comment.