Skip to content

Commit

Permalink
Merge branch 'release/2022.18.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Nov 11, 2022
2 parents 54e3f26 + dbab9b0 commit 62f51fb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

## develop

## 2022.18.0 (2022-11-11)

- [UPDATE] Lyra を `1.3.0` に上げる
- @melpon

## 2022.17.1 (2022-11-10)

- [FIX] macOS 用 Lyra のターゲットがローカルのアーキテクチャに依存していたのを修正
Expand Down
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sudo apt-get -y install cuda=10.2.89-1

macOS で Lyra を利用するには、liblyra.so をカレントディレクトリに配置するか、`DYLD_LIBRARY_PATH` を指定して実行する必要がある。

Ubuntu で Lyra を利用するには、liblyra.so をカレントディレクトリに配置するか、`LD_LIBRARY_PATH` を指定して実行する必要がある。
Ubuntu で Lyra を利用するには、liblyra.so のあるディレクトリに `LD_LIBRARY_PATH` を指定して実行する必要がある。

## Lyra の開発環境切り替え

Expand All @@ -66,4 +66,4 @@ cd third_party/lyra
bazel clean --expunge
```

`bazel` コマンドがグローバルに存在しない場合、`_install/<target>/release/bazel/bazel` を利用すると良い。
`bazel` コマンドがグローバルに存在しない場合、`_install/<target>/release/bazel/bazel` を利用すると良い。
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SORA_CPP_SDK_VERSION=2022.17.1
SORA_CPP_SDK_VERSION=2022.18.0
WEBRTC_BUILD_VERSION=m107.5304.4.1
BOOST_VERSION=1.80.0
CMAKE_VERSION=3.23.1
Expand Down
2 changes: 1 addition & 1 deletion third_party/lyra/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
git_repository(
name = "lyra",
remote = "https://github.com/google/lyra.git",
tag = "v1.2.0",
tag = "v1.3.0",
)

# Google logging
Expand Down

0 comments on commit 62f51fb

Please sign in to comment.