google / visqol

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

Update Armadillo versio to 9.900.1, since 9.870.2 is marked as broken in sourceforge #96

Closed aluebs closed 1 year ago

aluebs commented 1 year ago

More Armadillo versions have been marked as BROKEN 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.