dialogflow / asr-server

FastCGI support for Kaldi ASR
Apache License 2.0
184 stars 86 forks source link

Don't link to removed thread library #19

Closed jbuck closed 6 years ago

jbuck commented 7 years ago

Hi there, I've been working on getting this working for a project at work. In https://github.com/kaldi-asr/kaldi/commit/6cc8e3ad79fe1a720451676b5b17866f3729d411 the kaldi project removed the vendored pthread library to use the STL thread library. This patch removes the now-deleted lib so it can compile with the latest kaldi master branch.

googlebot commented 7 years 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).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


realill commented 7 years ago

@jbuck please sign CLA before I can merge this.

jbuck commented 7 years ago

I signed it!

googlebot commented 7 years ago

CLAs look good, thanks!

achernetsov commented 6 years ago

Hello, @realill, are you planning to merge this?