google / lyra

A Very Low-Bitrate Codec for Speech Compression
Apache License 2.0
3.84k stars 355 forks source link

Fix build failed on Linux(2024-08-20) #148

Closed INNVATION1 closed 3 months ago

INNVATION1 commented 3 months ago

When I build lyra on Linux, I miss ERROR as "no such package '@gflags': The repository '@gflags' could not be resolved: Repository '@gflags' is not defined and referenced by '@com_google_glog//:glog'". Check glog repo's WORKSPACE.bazel line 6 : bazel_dep(name = "gflags", version = "2.2.2"), so I fix this problem through change lyra repo's WORKSPACE.bazel line 100: name = "com_github_gflags_gflags", to name = "gflags", now it works well.(2024-08-20)

google-cla[bot] commented 3 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.