-
Notifications
You must be signed in to change notification settings - Fork 10
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
Forgot to include in tests/common.h #303
Comments
Thank you for spotting this! A fix is coming: #304. I wonder though since the CI passed in the past: What compiler are you using? Maybe I should add that one! Thank you! |
Mac clang trunk. Also I think you should add additional dependencies for tests and examples to build, such as catch2 and openmp 5.1 in documents. Otherwise they won't compile either. |
Thank you! This is related to #297 then. I'll try to get the MacOS CI sooner then.
We list the required dependencies in the documentation here: https://llama-doc.readthedocs.io/en/latest/pages/install.html#dependencies |
Need to include
#include <sstream>
in tests/common.h in order for tests to compile. Otherwise line 37std::stringstream rawSS(raw);
will trigger compile time error.The text was updated successfully, but these errors were encountered: