google / visqol

Perceptual Quality Estimator for speech and audio
Apache License 2.0
641 stars 118 forks source link

Update Armadillo versio to 9.870.2, since 9.860.2 is marked as broken in sourceforge #95

Closed aluebs closed 1 year ago

aluebs commented 1 year ago

That can be seen in Sourceforge.

To repro this bug, you can just:

bazel build python/visqol_lib_py.so

Before this fix, it break, complaining that it gets a 404 when looking for armadillo_headers, but it builds just fine after this fix.