-
Notifications
You must be signed in to change notification settings - Fork 234
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
Marian server compilation fails - Boost error #340
Comments
What version of Boost do you have? I think for this version of Marian it needs to be <=1.69. |
My Boost version is 1.71, where can I see the required Boost versions? |
This solved the issue, I successfully compiled also the server. To summarize, in order to compile latest Marian with marian server on ubuntu 20.04:
|
Thanks for confirming this! The recent version from marian-dev should also work with GCC 9.3, CUDA 10.2 and Boost 1.72. CUDA <10.2 requires GCC 8 or lower (the GCC/CUDA compatibility table). |
Any update on when this will be merged into main? CMakeLists.txt forces the system version of Boost to be used, so it's not straightforward to override with a flag. |
It is in marian-dev already. |
Bug description
Hello, I'm trying to compile marian from source but I get some errors if I try to compile marian server.
Without the flag
cmake .. -DCOMPILE_SERVER:BOOL=ON
everything is smooth.When compiling marian with the flag
cmake .. -DCOMPILE_SERVER:BOOL=ON
the compilation fails with the following errors:How to reproduce
Context
cmake .. -DCOMPILE_SERVER:BOOL=ON
Other information about the problem here:
OS: Ubuntu 20.04
GCC version: 8 (tried with suggested version but build fails with gcc 9.3)
I Installed the suggested libraries from documentation website:
The text was updated successfully, but these errors were encountered: