Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm64 版ビルド時にインストールするライブラリを整理する #150

Merged
merged 2 commits into from
Nov 13, 2023

Conversation

Hexa
Copy link
Contributor

@Hexa Hexa commented Nov 10, 2023

arm64 版(クロス)ビルド時にインストールするライブラリを追記しています

@Hexa Hexa requested a review from torikizi November 10, 2023 08:57
Copy link
Contributor

@torikizi torikizi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ドキュメントの修正ありがとうございます。
arm64 の apt install 時に python3-numpy g++ のコマンドが重複しているようでした。それ以外は手順通りにビルドを行い、動作も問題ありませんでした。


https://bazel.build/install?hl=ja
```
sudo apt install cmake clang-12 binutils-aarch64-linux-gnu libc6-dev-arm64-cross libstdc++-10-dev-arm64-cross yasm python3-numpy g++ libva-dev libdrm-dev python3-numpy g++
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python3-numpy g++ のインストールが重複しているようです

### Ubuntu 22.04 arm64 ビルド時

```
sudo apt install cmake clang binutils-aarch64-linux-gnu libc6-dev-arm64-cross libstdc++-10-dev-arm64-cross yasm python3-numpy g++ libva-dev libdrm-dev python3-numpy g++
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python3-numpy g++ のインストールが重複しているようです

@torikizi
Copy link
Contributor

マージします。

@torikizi torikizi merged commit c2ee1f9 into develop Nov 13, 2023
1 check passed
@torikizi torikizi deleted the feature/update-required-library branch November 13, 2023 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants