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

Fix Makefile for Ubuntu 18.04 #58

Closed
valeriob01 opened this issue Jul 29, 2019 · 6 comments
Closed

Fix Makefile for Ubuntu 18.04 #58

valeriob01 opened this issue Jul 29, 2019 · 6 comments

Comments

@valeriob01
Copy link
Contributor

valeriob01 commented Jul 29, 2019

The <filesystem> lib not found. Fix:

CXX=g++-8

@valeriob01
Copy link
Contributor Author

Also the library stdc++fs is not available anymore in Ubuntu.

@preda
Copy link
Owner

preda commented Sep 23, 2019

Why Ubuntu 18.04? it's a bit old, with 19.10 coming out soon.

@valeriob01
Copy link
Contributor Author

Why Ubuntu 18.04? it's a bit old, with 19.10 coming out soon.

Effectively this comment was on July 29...

@valeriob01
Copy link
Contributor Author

Why Ubuntu 18.04? it's a bit old, with 19.10 coming out soon.

Yes it may sound anachronistic, but amdgpu-pro 19.30 only installs on Ubuntu 18.04 at the moment.

@preda
Copy link
Owner

preda commented Nov 19, 2019

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.

@selroc
Copy link
Contributor

selroc commented Nov 19, 2019

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.

@preda preda closed this as completed Nov 26, 2019
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

No branches or pull requests

3 participants