xuhuisheng / rocm-build

build scripts for ROCm
Apache License 2.0
181 stars 35 forks source link

21.rocfft.sh, CMAKE_BUILD_WITH_INSTALL_RPATH #22

Closed kroll-j closed 1 year ago

kroll-j commented 2 years ago

Environment

Hardware description
GPU gfx803
CPU ryzen7
Software version
OS debian bookworm
ROCm 4.3
Python 3.9.9
Linux 5.15.0-1-amd64
cmake 3.22.1

What is the expected behavior

What actually happens

How to reproduce

Adding -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON to the cmake cmdline seems to fix the issue.

xuhuisheng commented 2 years ago

Maybe this is an issue for cmake-3.22? I am using cmake-3.16.8 for the minimal required.

xuhuisheng commented 1 year ago

I will close this issue, if you still meet the problem, please reopen it.