-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fix Makefile for Ubuntu 18.04 #58
Comments
Also the library stdc++fs is not available anymore in Ubuntu. |
Why Ubuntu 18.04? it's a bit old, with 19.10 coming out soon. |
Effectively this comment was on July 29... |
Yes it may sound anachronistic, but amdgpu-pro 19.30 only installs on Ubuntu 18.04 at the moment. |
Is there anything left to do here? I don't want to mandate a specific g++ version in the makefile, which may be different from what the user has installed. If the default g++ is not good, the user can update the makefile as needed. |
I think this issue can be closed, that was a special case. |
The <filesystem> lib not found. Fix:
CXX=g++-8
The text was updated successfully, but these errors were encountered: