You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error when building in spack:
1 error found in build log:
81 -- Looking for pthread_create in pthreads
82 -- Looking for pthread_create in pthreads - not found
83 -- Looking for pthread_create in pthread
84 -- Looking for pthread_create in pthread - found
85 -- Found Threads: TRUE
86 -- hip::amdhip64 is SHARED_LIBRARY
>> 87 CMake Error at cmake/Packages.cmake:120 (find_package):
88 Could not find a package configuration file provided by "ROCmVersi
on" with
89 any of the following names:
90
91 ROCmVersionConfig.cmake
92 rocmversion-config.cmake
93
Ah... yes, that ROCmVersion package is looking for a <ROCM_INSTALL_PATH>/.info/version file. If ROCm is entirely installed via Spack, I guess that file is located in an unexpected place or doesn't exist at all. Unfortunately, this might not be a quick fix as I started relying on that information to ensure that all the ROCm packages were from the same version.
I'm getting the following error when building in spack:
If it helps, here is my spec:
The text was updated successfully, but these errors were encountered: