-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmu-pocketsphinx 5.0.0 #123396
cmu-pocketsphinx 5.0.0 #123396
Conversation
I think it's an upstream bug. I'll push a fix to check. |
Tested the patch locally and it appears to do the trick (I'm seeing |
56f9415
to
7764a32
Compare
Can you send the patch upstream? You can point them at the docs for why the need the trailing slash. |
Upstream PR for the patch can now be found at cmusphinx/pocketsphinx#332. Edit: Merged. I've updated this to use the upstream commit patch instead of the previous inline patch. |
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Co-authored-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
7764a32
to
0a106be
Compare
🤖 A scheduled task has triggered a merge. |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?There's a new PocketSphinx release for the first time in years, so this PR updates the formula to 5.0.0 (released 2022-10-05). With this update, SphinxBase is no longer required and we should be able to deprecate the
cmu-sphinxbase
formula afterward.Some things to note:
cmake
instructions from theREADME
but let me know if we prefer something different.include/include
instead ofinclude
(e.g.,include/include/pocketsphinx
andinclude/include/pocketsphinx.h
). I've labeled this "do not merge" until we can resolve this issue. I tinkered with theCMakeLists.txt
file and looked around at other formulae but wasn't able to find a good solution. It's probably something obvious that I'm overlooking, so I'm open to suggestions.