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

Needing nvidia packages for amd gpu to make. #43

Open
oleyska opened this issue Oct 11, 2020 · 2 comments
Open

Needing nvidia packages for amd gpu to make. #43

oleyska opened this issue Oct 11, 2020 · 2 comments

Comments

@oleyska
Copy link

oleyska commented Oct 11, 2020

make error - /usr/bin/ld: cannot find -lnvidia-ml

resolution - Install nvidia prerequisites.
sudo apt install --yes --quiet --quiet \

libqt5x11extras5-dev \
qtbase5-dev \
libqt5x11extras5 \
libdrm-amdgpu1 \
libdrm-common \
libdrm-dev \
nvidia-utils-440-server \
nvidia-settings \
libxnvctrl-dev
@leigh123linux
Copy link

Try installing the libnvidia-ml-dev package.

@pallaswept
Copy link

You don't need to install the nvidia libraries to make the AMD plugin, but this issue is also very old, and probably things have changed. Perhaps OP should give it another try now.

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