Skip to content

Commit

Permalink
[Tizen7.0] Tizen7.0 Backporting
Browse files Browse the repository at this point in the history
- This commit adds some updates for Tizen7.0 backporting
- Type mismatch bug is fixed.
- Unused variable is removed.
- Missing header files are added in spec file.
- spec file is updated

Self evaluation:

Build test: [X]Passed [ ]Failed [ ]Skipped
Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Eunju Yang <[email protected]>
  • Loading branch information
EunjuYang authored and DonghakPark committed Sep 2, 2024
1 parent 93ddf8a commit 0d764b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ubuntu_clean_meson_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y gcc g++ pkg-config libopenblas-dev libiniparser-dev libjsoncpp-dev libcurl3-dev tensorflow2-lite-dev nnstreamer-dev libglib2.0-dev libgstreamer1.0-dev libgtest-dev ml-api-common-dev flatbuffers-compiler ml-inference-api-dev libunwind-dev
- name: install additional packages for features
run: sudo apt-get install -y python3-dev python3-numpy python3
# - name: add repo
# if: ${{matrix.os}} == 'ubuntu-22.04'
# run: sudo add-apt-repository ppa:ubuntu-toolchain-r/test
- name: gcc version change
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
Expand All @@ -38,8 +35,6 @@ jobs:
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 1000
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 1000
sudo update-alternatives --set gcc /usr/bin/gcc-13
- name: check gcc version
run: gcc --version
- name: install build systems
run: sudo apt install meson ninja-build
- run: |
Expand Down
3 changes: 3 additions & 0 deletions packaging/nntrainer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,9 @@ cp -r result %{buildroot}%{_datadir}/nntrainer/unittest/
%{_includedir}/nntrainer/acti_func.h


%{_includedir}/nntrainer/acti_func.h


%files devel-static
%{_libdir}/libnntrainer*.a
%exclude %{_libdir}/libcapi*.a
Expand Down

0 comments on commit 0d764b9

Please sign in to comment.