Skip to content
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

workaround for partial c++17 compiler support #1210

Merged
merged 2 commits into from
Apr 18, 2020

Conversation

borg323
Copy link
Member

@borg323 borg323 commented Apr 17, 2020

No description provided.

Copy link

@leedavid leedavid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I need this for ubuntu 16.04, thanks.

@borg323
Copy link
Member Author

borg323 commented Apr 18, 2020

@leedavid for Ubuntu 16.04 we have the following instructions in the README:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-8 g++-8
pip3 install meson --user
pip3 install ninja --user
CC=gcc-8 CXX=g++-8 INSTALL_PREFIX=~/.local ./build.sh

Assuming this patch works for you, you only need g++-8 on top of your existing setup. The only issue we know is that g++-8 istoo new for cuda 10.0. Is there something else missing?

@borg323 borg323 requested a review from mooskagh April 18, 2020 17:01
@borg323 borg323 merged commit 6135e6b into LeelaChessZero:master Apr 18, 2020
@borg323 borg323 deleted the charconv branch April 18, 2020 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants